Version

This method returns the version of Flex Terminal Emulator currently installed.


Syntax

App.Version()


Example

Sub Main()

MsgBox App.Version()

End Sub