|
| KiXtart Command Reference |
INSTRactionScans a string for the presence of a second string. syntaxINSTR ("string1", "string2") parametersString1 The string to search in. String2 The string to search for. returns
example$x = INSTR(@DOMAIN, "TEST") ; check if domain contains the string "TEST" |