Wednesday, 18 September 2013

how to represent a text command template

how to represent a text command template

I'm working on an application in which a user creates a file consisted of
multiple commands, each command on a separate line. Commands have a
particular format that user must follow. for example:
String(a command such as "open"),String(a subject such as
"door1")|Double(a time such as 100ms)
I'd like to know what is the best way to inform the user of the commands
template. Should I just use a text file for instruction or there is a
graphical representation for such things?

No comments:

Post a Comment