function EXIST$ is bad?
Posted: Mon Jul 16, 2007 10:25 am
Sorry, I see, it is an bug (compiler error?):
Code from fnxBasic Help:
[code]
`exist$ test by PaPi
dim x as boolean
x=EXISTS$("ok|ab","abgfghk")
if x=true then messagedlg("exists=true. End")[/code]
error 18, line 3.....
PaPi
Code from fnxBasic Help:
[code]
`exist$ test by PaPi
dim x as boolean
x=EXISTS$("ok|ab","abgfghk")
if x=true then messagedlg("exists=true. End")[/code]
error 18, line 3.....
PaPi