User manual

Automation Protocol Easytext Commands
Miranda Technologies Ltd Page 229
Text Box Update Zd
This command sends the Imagestore a remote Easytext command to update a
text box within a specified loaded template.
The command format is:
CMD Param_1 Param_2 Param_3 Param_4 Param_5 Param_6
Zd %01x
Layer
No.
%02x
Box No.
%01x
Flags
%02x
Filename
string length
%s
Filename
%s
Text
Parameter Description
Layer No. See page 269 for details
Box No. Text box number
Flags Render flags
Filename string length The string length of the filename of the file
to be address
Filename Filename
Text Text to be rendered
Example:
“Zd10010dTransTest.oxaNumbers 123456789”
Zd = Command
1 = Layer (DSK 2)
00 = Text Box Number
1 = Flags
0d = String Length of Filename we want to
write to (strlen(TransTest.oxa))
TransTest.oxa = File we want to address
“Numbers 123456789” The text we need to render
This results in the string “Numbers 123456789” being rendered
in the template “TestTrans.oxa” if it were loaded into DSK2.