Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想输入多行 10 行,窗口宽度可调?是否可以使用宏实现相同的效果?我想将多行读入字符串变量。我希望用户输入窗口应该带有确定、取消按钮,并且输入的文本应该读入字符串变量。
更新到 EmEditor v20.3 beta 4 (20.2.904),并使用这个表格:
strAnswer = prompt( "message", "default", eePromptMultiline );