Processing Input Parameters

The Net.Data language environments use the dtw_execute() interface to receive and process parameters. The dtw_execute() interface uses the dtw_lei_t structure, which Net.Data creates to communicate with the language environment. Use the following recommendations for input parameter processing, when writing your language environment.

The processInputParms() routine in the program template, in Appendix B, Language Environment Template shows one method of processing input parameters.


[ Top of Page | Previous Page | Next Page | Index ]