COM

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules >

COM

 

Description

 

This module will let scripts interface with COM server objects: Component Objects Model.

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "COM"

 

This directive will load the module and add the following new keywords and relevant module equates.

 

 

 

--- DEPRECATED module ---

 

1. this module is deprecated and will be removed in future thinBasic versions

2.check iDispatch data type instead