DIM s AS STRING
s = ""
PRINT LEN s-1 ' gives 65535
PRINT LEN ""-1 ' gives -1
s = ""
PRINT LEN s-1 ' gives 65535
PRINT LEN ""-1 ' gives -1
Error: -1
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Error: -1 - by zarsoft - 08-06-2024, 08:54 AM
RE: Error: -1 - by boriel - 08-10-2024, 08:17 AM
|