[futurebasic] [FB3] constants assignment question

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2000 : Group Archive : Group : All Groups

From: "Dr. Steven J. Stratford" <sstratford@...>
Date: Sat, 12 Feb 2000 09:27:48 -0600
When does this work?

_aRecordLen = SIZEOF(aRecord)

I get this error:
Error: Numeric Expression expected here
in file project.ΒΌ:globals.GLBL at line 154 in Main Program
*_aRecordLen = *sizeof(aRecord)

aRecord is a true record defined with "BEGIN RECORD".

But I saw Robert Purves used it in his bouncing balls program...



--Steve