Command Reference 5-9
APPVERSION
Purpose Sets the version string of the ADK application.
Syntax APPVERSION
string1
”, “
string2
Process The APPVERSION command has
string1
appear on the screen’s first line and
string2
on the screen’s second line.
String1
and
string2
can be up to 16 characters long.
Example
This example displays AP11 on the screen’s first line and VER 1.0 on the second
line.
APPVERSION “AP11”, “VER 1.0”