Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String inside string command....
Message
From
11/07/2002 02:34:53
 
 
To
11/07/2002 02:31:43
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00677412
Message ID:
00677413
Views:
26
>Hi Everyone,
>Sorry, just a silly question, whats the function call for locating a string within another string. I tried to look it up in the MDCN reference, unfortunately, the A to Z Foxpro reference doesn't show a description of the function calls.
>
>Thanks,
>Tom

look at atc()

str1 = "abcde"
lval=atc("b",str1)

returns 2

Nick Mason
Previous
Reply
Map
View

Click here to load this message in the networking platform