This version of the Help is no longer updated. See JMP.com/help for the latest version.

.
Scripting Guide > Scripting Tools > Using the Script Editor > Select a Rectangular Block of Text
Publication date: 07/30/2020

Select a Rectangular Block of Text

To select a rectangular block of text, hold down the Alt key and drag your cursor from the starting point to the end of the block. You can either copy or cut the text enclosed in the block.

Suppose that you want to the select all of the following code except for the comment marks.

// Y( :Y ),
// X( :X ),

Select a rectangular portion beginning with Y. When you paste, you get the following code:

Y( :Y ),
X( :X ),

The rectangular selection inserts returns where needed to maintain the structure of the text. Select Get Menu Item State on both lines in the following example.

bb << Get Menu Item State(1),
bb << Get Menu Item State(2),

When you paste, a return is inserted at the end of each line.

Get Menu Item State
Get Menu Item State
Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).