| View previous topic :: View next topic |
| Author |
Message |
Newbie2k2 Newbie
Joined: 17 Mar 2002 Posts: 11
|
Posted: Fri Mar 22, 2002 5:38 pm Post subject: @SearchStr ? |
|
|
Hi
i found all typical functions: @STRDEL, @SUBSTR and @STRINS.
But why there is no @SearchStr ? in other programs
you can use the function to search for something in a string. |
|
| Back to top |
|
 |
nick Contributor

Joined: 15 Aug 2000 Posts: 50 Location: hamburg,nj
|
Posted: Fri Mar 22, 2002 6:38 pm Post subject: |
|
|
Hi:
You could use the @pos() function to test for the position of a string within a string. If it returns 0 it doesn't exist. _________________ nick |
|
| Back to top |
|
 |
Newbie2k2 Newbie
Joined: 17 Mar 2002 Posts: 11
|
Posted: Fri Mar 22, 2002 7:04 pm Post subject: |
|
|
that worked, thank you !  |
|
| Back to top |
|
 |
|