JMP 13.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
Scripting Guide
•
Scripting Tools
•
Using the Script Editor
• Match Parentheses, Brackets, and Braces
上一个
•
下一个
Match Parentheses, Brackets, and Braces
The script editor helps you match
fences
(or parentheses, square brackets, and curly braces) in the following ways:
•
The matching closing fence is added when you type an opening fence.
•
When you place your cursor next to either an opening or closing fence, the fence and its match are highlighted in blue. If the fence does not have a match, it is highlighted in red.
•
If you double-click a fence, everything between the matching fence is selected (including the fences).
•
If you put your cursor within an expression and press CTRL-] on Windows (COMMAND-B on Macintosh), the entire expression is selected. Fences that enclose the expression are included. Repeat this process to highlight the next-higher expression.
Each Step in Matching Fences
shows an example.
Each Step in Matching Fences
When you type an opening brace, JMP adds the closing brace. Enter code between the braces, type the closing brace, and then your cursor automatically moves after the closing brace that JMP added. This prevents you from accidentally adding an unnecessary closing brace.
You can turn on and off the auto completion of braces in the JMP preferences. See
Set Preferences for the Script Editor
for details.