To the keeper of the Help files:
Under the heading of Tables in the Help file, this sentence appears:
"Lookup tables can store byte or word values. GCBASIC will automatically detect the type of the table depending on the values in it."
As an addition to the Help file, tables may also contain integers and longs.
Moreover, it is possible to explicitly cast the type of the elements, if you think the automatic business is failing, e.g.,
Table Test as Integer
etc.
Nice information. Consider it added.
Added to May 2014 Help File
Log in to post a comment.
To the keeper of the Help files:
Under the heading of Tables in the Help file, this sentence appears:
"Lookup tables can store byte or word values. GCBASIC will automatically detect the type of the table depending on the values in it."
As an addition to the Help file, tables may also contain integers and longs.
Moreover, it is possible to explicitly cast the type of the elements, if you think the automatic business is failing, e.g.,
Table Test as Integer
etc.
Nice information. Consider it added.
Added to May 2014 Help File