help_createv.txt
来自「Dynamic C 程式語言源碼 嵌入式控制系統 console 連線~」· 文本 代码 · 共 13 行
TXT
13 行
createv:
usage: "createv <varname> <vartype> <format> <value> [strlen]"
A web variable that can be referenced within web files is created.
* <varname> is the name of the variable
* <vartype> is the type of the variable (INT8, INT16, INT32, FLOAT32,
or STRING)
* <format> is the printf-style format specifier for outputting the
variable (such as "%d")
* <value> is the value to assign the variable.
* [strlen] is only used if the variable is of type STRING. It is
used to give the maximum length of the string.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?