>>-SysUtilVersion()--------------------------------------------><
n.m.l.
Example 8.44. RexxUtil - SysUtilVersion
If RxFuncQuery("SysUtilVersion") = 1 |,
SysUtilVersion() < "2.00" Then
Say "Your RexxUTIL.DLL is not at the current level"
Example 8.45. RexxUtil - RxFuncquery
If RxFuncQuery("SysSetFileDateTime") = 1 Then
Say "Your REXXUTIL.DLL is not at the current level"