AppConfig

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules >

AppConfig

 

Description

 

AppConfig module provides function to handle script parameters loaded by an XML file specific for this module.

Very often a program needs to have some startup parameters to read from and having them inside an XML file is a convenient way.

 

How to use this module

 

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

 

USES "AppConfig"

 

This directive will load the module and add new keywords and classes described in this section.