XPB! 0.8.5 is out!! This version features FILEOPEN and FILESAVE
commands for working with the common file dialogs.
Registered users have been emailed the latest release and the trial
version has been updated.
Get it at: http://www.xpbbasic.com
Enjoy!
Tony.
XPB! Basic
http://www.xpbbasic.com
Tony,
Having only two data types, and no UDT's, is extremely limiting.
From your online reference manual::
DIM
Syntax: DIM VarName
Dimensions variables. The DIM statement must appear after the CONSOLE
or GUI metastatements and before the PROGRAM metastatement. XPB
recognizes two data types for now, unisgned int and string.
>Tony,
>
>Having only two data types, and no UDT's, is extremely limiting.
Hey Kevin,
XPB! will support more data types and UDT's in future versions,
including single and double precision floats, bytes, fixed length
strings, etc.
Thanks,