Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Atc()
Message
 
To
16/07/2004 00:40:21
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Atc()
Miscellaneous
Thread ID:
00925034
Message ID:
00925051
Views:
25
Hi Mathew,

1) You can use function INLIST()
?INLIST(alltrim(fruit.id),"13","14","15")
1) or AT()/ATC with formated data
?ATC(":"+alltrim(fruit.id)+":",":13:14:15:")
MartinJ

>Hi All,
>
>I have a fruit table which contains the following...
>
>ID Items
>-- -----
>1 apple
>2 pear
>3 banana
>4 cherry
>.
>.
>13 watermelon
>14 orange
>15 mango
>
>and I want to return the Items (description) based on the id stored in this format -> n:m:o:p.
>
>Here is an example, when I used the ATC(alltrim(fruit.id),"13:14:15"), with fruit id = 1 (starting with the first record), VFP returns the following...
>
>apple
>watermelon
>orange
>mango
>
>instead of 'Apple'
>
>Is there a way to return the item description based on the exact match? Is there other ideas or suggestons using "13:14:15" format?
>
>TIA
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Reply
Map
View

Click here to load this message in the networking platform