[lbpp-devel] Minor problem with MID$
Status: Inactive
Brought to you by:
aliguori
|
From: Michael R. <wal...@fr...> - 2001-12-18 04:38:21
|
MID$ starts at 0 instead of 1.
Print MID$("Test",1,1)
The above prints out an "e" instead of "T".
In Liberty Basic the bove line prints out a "T"
Print MID$("Test",0,1)
The above will print out an "T".
If I start to become a nuisance (if I haven't already), please let me
know.
|