02-09-2014, 05:45 PM
if(0=findrx(tempvar regexpattern uniqueidcode)) end "not found"
Your Findrx statement is incorrect that is why it doesn't work
Function Function
to see the proper code needed for a function left click the function name in the editor window and look at the bottom in the status bar to see the syntax needed
Your Findrx statement is incorrect that is why it doesn't work
Function Function
str tempvar regexpattern uniqueidcode
tempvar="<!--987987-->"
regexpattern="\d+"
findrx(tempvar regexpattern 0 0 uniqueidcode)
out uniqueidcode
to see the proper code needed for a function left click the function name in the editor window and look at the bottom in the status bar to see the syntax needed