Version_Information command
I've always shown the current runtime version on the menu screen, and with our current rollout of 20.0.7.156 I was thinking to display a 'you need to be updated' message wherever the latest and greatest was not present.
Quelle horreur therefore to realise that (the example from the help)
Code:
Integer iVersion iRevision iBuild
Version_Information iVersion iRevision iBuild
Move ("Dataflex" * String(iVersion) -"."- String(iRevision) - "." - String(iBuild)) to sReturn
returns 20.0.7. not 20.0.7.156.
even making iBuild a number doesn't help.
Any suggestions? (It really should have been 20.0.8, shouldn't it?)
Last edited by DaveR; 19-Apr-2022 at 03:15 PM.
test? it compiles doesn't it?