Thanks Rafael, I have so many occurrences to change that I prefer first make sure this is the real reason for error.
both syntaxes should work! LOCAL Creates local variables and variable arrays. There are two versions of the syntax. LOCAL Var1 [ AS type [ OF ClassLib ] ] | [ ArrayName1( nRows1 [, nColumns1 ] ) [ AS type [ OF ClassLib ] ] ] [, Var2 [ AS type [ OF ClassLib ] ] | [, ArrayName2( nRows2 [, nColumns2 ] ) [ AS type [ OF ClassLib ] ] ] LOCAL [ ARRAY ] ArrayName1( nRows1 [, nColumns1 ] ) [ AS type [OF ClassLib ] ] [, ArrayName2( nRows2 [, nColumns2 ] ) [ AS type [ OF ClassLib ] ] ] thn Le 22/11/11 20:29, Rafael Copquin a écrit : > Just write > > local array laFiles(1) > > Rafael Copquin > > > El 22/11/2011 14:07, Thierry Nivelet escribió: >> Hi All, >> >> Do you see any reason why VFP9 would not support this: >> >> LOCAL lnWord, llBS, lcFile, laFiles[1], llResult, lcResult >> >> DIMENSION laFiles[1]&& some 'laFiles is not an array' error here >> >> This error occurs only on specific machines (software distributed by >> Internet) > ----------------------------------- > Visita www.tebusco.com.ar > [excessive quoting removed by server] _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/4ecd22d6.3040...@zenbuyer.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.