OSAdmin
Valued Contributor
'Check the parsed value for the criteria string
If StringHelper.FindIgnoreCase(args.Value, "[String To Find]") Then	
	' Set the bypass switch on the globals object 
	'  in order to tell the parser engine to skip this line.
	globals.Bypass = True
End If    

Return args.Value
Version history
Last update:
‎09-15-2023 06:40 AM
Updated by:
Contributors