Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP equivalent of VB
Message
From
06/03/2006 13:24:52
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
06/03/2006 12:34:34
Todd Cottengim
Alpine Land Information Services
Redding, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01101755
Message ID:
01101771
Views:
10
>Somewhere I saw the VFP equivalent of the following VB code, but can not find it now.
>
>
>Private TYPE xxx
>  x1 AS LONG
>  x2 AS LONG
>  y1 AS LONG
>  y2 AS LONG
>END TYPE
>
>
>I think it was a webpage somewhere. Anyone have an idea for me?
>
>Thank you.

xxx = createobject("empty")
addproperty(xxx,"x1",0)
addproperty(xxx,"x2",0)
addproperty(xxx,"y1",0)
addproperty(xxx,"y2",0)

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform