if instr(input_parameter, '''') > 0 then
there is a single quote somewhere in input_parameter.
to look for a space, use
instr(input_parameter, ' ')
to look for a slash, use
instr(input_parameter, '/')
-John
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |