Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert VB syntax to VFP 6
Message
From
26/06/2003 19:08:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Convert VB syntax to VFP 6
Miscellaneous
Thread ID:
00804493
Message ID:
00804493
Views:
75
Please help! I love FoxPro and had a blast at Devcon and joined the Universal Thread. Now I need help converting a VB Sample code snippet to a VFP 6 equivalent.

'These are the defined structures that are passed to and from the DLL
Public Type ff_ParsedAddress
primaryNum As String * 10
preDir As String * 2
streetName As String * 28
suffix As String * 4
postDir As String * 2
secondaryDesc As String * 4
secondaryNum As String * 8
End Type

I need to create an exact VFP equivalent to the above VB snippet.

Thank you in advance for your desperately needed help.

Steve
Next
Reply
Map
View

Click here to load this message in the networking platform