From bb286e507d55ec6e6259b95190453a3201a19fbf Mon Sep 17 00:00:00 2001 From: Eddie Runia Date: Mon, 31 May 1999 13:44:57 +0000 Subject: [PATCH] this is better --- harbour/tests/working/inifiles.prg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/tests/working/inifiles.prg b/harbour/tests/working/inifiles.prg index 57cd0d2a12..5fae9fcde3 100644 --- a/harbour/tests/working/inifiles.prg +++ b/harbour/tests/working/inifiles.prg @@ -136,6 +136,11 @@ static procedure WriteString(cSection, cIdent, cString) endif else - AAdd( ::Contents, {{cSection, {cIdent, cString}}} ) + AAdd( ::Contents, {cSection, { {cIdent, cString} }} ) +// AAdd( ::Contents[Len(::Contents)][2], {cIdent, cString} ) + + /* QUESTION: Why didn't this work? + AAdd( ::Contents, {cSection, {cIdent, cString}} ) + */ endif return