Version
- get version info

Miscellaneous functions
(AmiBroker 3.90)


SYNTAX Version(minrequired = 0)
RETURNS NUMBER
FUNCTION Returns the AmiBroker version number as float ( 3.90 for example ). Additionally when you specify Version( 4.0 ) AmiBroker will issue an error message when running the formula on AB earlier than 4.0 :)
EXAMPLE version( 3.90 );
SEE ALSO

References:

The Version function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.