Hi Tom & Landse,
The keywords "PRINT [USING]", "INPUT" and LINE INPUT it's
to primitive for the PowerBasic Compilers.
I will see more advanced formatted input and output routines with
more possibilities then what this current primitive keywords do
This keywords produce to much and not efficient and produce slowly
code. If I you input and output routines in QuickPak Professional
library it's very faster.
I introduce or suggest more advanced for reading en writing formatted
datatypes like the functions in C (printf(), scanf(), putc(),puts()
and getchar(), getch(), getche() like this or
two very powererd functions for formatted all the datatypes in
PowerBasic
Example: FUNCTION PBFInput() like in c scanf()
FUNCTION PBFPrint() like in c printf()
And then others that produced leas code for input and output
strings and characters
I will see here code in public domain
greetings
stephane
------------------
The keywords "PRINT [USING]", "INPUT" and LINE INPUT it's
to primitive for the PowerBasic Compilers.
I will see more advanced formatted input and output routines with
more possibilities then what this current primitive keywords do
This keywords produce to much and not efficient and produce slowly
code. If I you input and output routines in QuickPak Professional
library it's very faster.
I introduce or suggest more advanced for reading en writing formatted
datatypes like the functions in C (printf(), scanf(), putc(),puts()
and getchar(), getch(), getche() like this or
two very powererd functions for formatted all the datatypes in
PowerBasic
Example: FUNCTION PBFInput() like in c scanf()
FUNCTION PBFPrint() like in c printf()
And then others that produced leas code for input and output
strings and characters
I will see here code in public domain
greetings
stephane
------------------
Comment