Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP equivalent of Clipper's Aadd() function?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00100035
Message ID:
00100042
Views:
81
>I'm converting a Clipper app to VFP and there are many occurances of the Aadd() function. I'd like to write my own Aadd() to mimic Clipper's, if possible without changing the function calls at all.
>
>Here's an example of the Clipper calls...
>
>
>AAdd( aSortInfo, { IDOCOMP.SORTREF1, IDOCOMP.SORTNAME1, IDOCOMP.FLREF } )
>
>
>AAdd( aKeys, IDALTF.ELREF )
>
>Remember, I'd like to leave these calls unchanged...
>
>TIA
>
>Larry

I think it is not possible to convert Clipper apps to VFP without further modification because remember, the latter is no longer the traditional xBase language. In fact, even apps created using FP 2.x can not be flawlessly converted. IMO, you have to know the equivalent Clipper command in VFP because the approach is really different.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform