About Index function?

hello,
use "~" symbol before the special characters like "{" .
for example index(str, "~{") <> 0 then message "found" view-as alert-box.
 
thanks for reply,
i got the solution
we can get that position during runtime.
example:
def var str as char no-undo.
update str with frame a.
disp INDEX(str,"~{").

in this example give "{" in input in anywhere of the string.
thanks all.
 
Back
Top