i'm often busy with tool-programming.
Is it possible, to have a function which returns
the Version-No. of FWH ?
( maybe it is included allready )
As a sample :
In the visual-tools, i included the option to show animated gif's.
That works up from Version 8.04.
Before i call the function i could do :
- Code: Select all Expand view
IF val(FWH_version) < 8.04
MsgAlert( "This option is only possible " + CRLF + ;
"for FWH-Version >= 8.04", "Function-Test")
RETURN( NIL )
ENDIF
Regards
Uwe