Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Easy name flip-flop
Message
From
15/02/2003 12:48:08
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
15/02/2003 00:47:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00753637
Message ID:
00753728
Views:
12
>Hi. Is there an easy formula to flip-flop names in a VFP address list (ie: Smith, Robert -> Robert Smith)??
replace name with Alltrim(GetWordNum(name,2,","))+" "+Alltrim(GetWordNum(name,1,","));
	for ", "$name

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform