Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OIE = createobject('internetexplorer.application')
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01084137
Message ID:
01084160
Views:
11
>Thanks but what does 110k = .t. or .f. mean?
Is this clearer?
Local llError
TRY  
  oIE = createobject('internetexplorer.application')
  llError = .F.
CATCH 
  llError = .T.
ENDTRY
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform