Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB CODES
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00362845
Message ID:
00363190
Views:
21
>Hello,
> I am working on a small VB program. Can anyone answer my following questions in VB:
> 1) how to convert the following to VB:
> if type('objdummy') = "O"
>
> else
>
> endif
> 2) how do I run an Executible with parameter ?
> do dummy with "filename"?
>thanks
>sherry
On #1 try:
if vartype('objdummy')=9
else
endif
Previous
Reply
Map
View

Click here to load this message in the networking platform