[NTLK] NSBasic Question - arrays

Matthias Melcher mm at matthiasm.com
Tue Aug 24 07:18:50 EDT 2010


On 24.08.2010, at 12:41, PMichael Rodgers wrote:

>  Here is the code snippet I'm having trouble with:
> 
> 0010 dim a[b,c]

Should'nt that be

0010 dim a(b,c)

? But boy my Basic days are long ago... .



More information about the NewtonTalk mailing list