0.9b (c) 1995 Peter Childs
This function registers all functions in LSRXUT.DLL.
Syntax
call LoadLsRxutFuncs
Parameters
none
Note
The call to LoadLsRxutFuncs must be combined with the RxFuncAdd function. The correct sequence is:
call RxFuncAdd 'LoadLsRxutFuncs', 'LSRXUT', 'LoadLsRxutFuncs' call LoadLsRxutFuncs
Example
/************************************************/ Say 'Testing LSRXUT.DLL access' call RxFuncAdd 'LoadLsRxutFuncs', 'LSRXUT', 'LoadLsRxutFuncs' call LoadLsRxutFuncs Say 'LoadLsRxutFuncs is complete.' version = LsRxutVer() say 'Version is ' version call DropLsRxutFuncs exit 0
Example output
Testing LSRXUT.DLL access LoadLsRxutFuncs is complete. Version is 2.00.00
Inf-HTML End Run - Successful