The PARSECOUNT function seems to give a
result 1 too large in the following program.
Is this a known problem or simply a
definition error in the documentation?
---------------------------------------------
#COMPILE EXE
FUNCTION PBMAIN() AS LONG
TEXT$="AAAA"
PRINT PARSECOUNT(TEXT$,"A")
PRINT PARSECOUNT(TEXT$,"B")
PRINT PARSECOUNT(TEXT$,"")
END FUNCTION
result 1 too large in the following program.
Is this a known problem or simply a
definition error in the documentation?
---------------------------------------------
#COMPILE EXE
FUNCTION PBMAIN() AS LONG
TEXT$="AAAA"
PRINT PARSECOUNT(TEXT$,"A")
PRINT PARSECOUNT(TEXT$,"B")
PRINT PARSECOUNT(TEXT$,"")
END FUNCTION
Comment