|
| KiXtart 2001 Manual |
InStr( )
| Action: | Scans
a string (from left to right) for the presence of a second string. |
||||
| Syntax: | INSTR
("string1", "string2") |
||||
| Parameters: |
String1
String2
|
||||
| Returns: |
|
||||
| See Also: |
InStrRev( ), Left(
), Right( ), SubStr( ) |
||||
| Example: |
;
check if domain contains the string "TEST" |