Hi,
I have changed from QuickBASIC to PowerBASIC yesterday and I'm missing a real nice feature:
- string constants
I use this e.g. to include version numbers with ease in my programs:
CONST VERSION$ = "v0.00.06"
Could be a good idea for the next release.
------------------
Keep always smooth
I have changed from QuickBASIC to PowerBASIC yesterday and I'm missing a real nice feature:
- string constants
I use this e.g. to include version numbers with ease in my programs:
CONST VERSION$ = "v0.00.06"
Could be a good idea for the next release.
------------------
Keep always smooth
Comment