version() function?
Posted: Fri May 06, 2016 12:08 pm
A rainy day thought...
A lot - no, ALL - functionality is version specific, so if a ver() function was available it could be used at the start of scripts to flag up and prevent scripts being run on inappropriate versions, ie:
if ver() < "A21" print "This script requires A21 or later for IR functionality".
A lot - no, ALL - functionality is version specific, so if a ver() function was available it could be used at the start of scripts to flag up and prevent scripts being run on inappropriate versions, ie:
if ver() < "A21" print "This script requires A21 or later for IR functionality".