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
function EXIST$ is bad?
function EXIST$ is bad?
dim x as boolean
x=EXISTS("ok|ab","abgfghk")
if x=true then messagedlg("exists=true. End",test,1)
This will probely help leave the $ of the exists function. The output is numeric.
And change the messagedlg as above.
It is messagedlg("text","title",type)
best regards
x=EXISTS("ok|ab","abgfghk")
if x=true then messagedlg("exists=true. End",test,1)
This will probely help leave the $ of the exists function. The output is numeric.
And change the messagedlg as above.
It is messagedlg("text","title",type)
best regards