📜  tinspire 默认请求文本 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:28.937000             🧑  作者: Mango

代码示例1
first save the variable your request will be storing to, as the default
value.
:"John Doe"->name
then when you request it will show up as the default text
:RequestStr "Enter Your Name: ", name

Enter Your Name: John Doe

  | Ok |   | Cancel |