Thanks for reporting the issue!
Petr
In the help file :
ARRAY SCAN syntax is not consistent :
Syntax (Standard)
nRec = ARRAY SCAN ArrayVariable([StartIndex]) [FOR nElements] [, COLLATE UCASE], Expression
Syntax (for UDT and fixed strings arrays)
nRec = ARRAY SCAN ArrayVariable([StartIndex]) [FOR nElements], BYTE(StartByte, Length), = ExpressionSyntax should be the same everywhere:Expression consist of logical relation operator (=) followed by an expression of the same data type of ArrayVariable.
nRec = ARRAY SCAN ArrayVariable([StartIndex]) [FOR nElements], BYTE(StartByte, Length), Expression
ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64
Thanks for reporting the issue!
Petr
Learn 3D graphics with ThinBASIC, learn TBGL!
Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB
Fixed, will be present in 1.11.7.0 release.
Learn 3D graphics with ThinBASIC, learn TBGL!
Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB
Bookmarks