DADiSP Worksheet Functions > Function Categories > Annotation > TEXTCUR
Invokes a free-roaming text cursor in the current Window.
|
target, fg, bg, font, box, legend, stretch, margin, focus) |
target |
- |
Optional. An integer specifying the spatial relationship of the text to the Window:
|
||||||||||||||||||||||||
fg |
- |
Optional. An integer specifying the foreground color of the text. Defaults to 1, the color of the primary series. |
||||||||||||||||||||||||
bg |
- |
Optional. An integer specifying the background color of the text. Defaults to 1, the Window background color. |
||||||||||||||||||||||||
font |
- |
Optional. An integer specifying the font:
|
||||||||||||||||||||||||
box |
- |
Optional. An integer specifying presence or absence of a solid line box surrounding the text (with margin if legend is ON, otherwise, no margin). 1: ON; 0: OFF. Defaults to 1. |
||||||||||||||||||||||||
legend |
- |
Optional. An integer specifying whether legend symbols are present or absent. 1: ON; 0: OFF. Defaults to 0. |
||||||||||||||||||||||||
stretch |
- |
Optional. An integer specifying whether to stretch the annotation to fit the rectangular region where the text block resides. 1: ON; 0: OFF. Defaults to 0. |
||||||||||||||||||||||||
margin |
- |
Optional. An integer specifying the margin to be adjusted:
|
||||||||||||||||||||||||
focus |
- |
Optional. An integer specifying the focus for PAPER annotations. Defaults to 1, the primary focus. |
textcur
invokes a free-roaming crosshair cursor in the current Window. To move the cursor, use the mouse, the arrow keys or the [CTRL] arrow keys. Pressing the left mouse button, the [RETURN] key, or typing in text causes the "Input:" prompt to appear. Text may then be entered at the command line. Each newly entered text line immediately follows the most recently completed text line on the screen as the next row of the text block.
Pressing [RETURN] ends editing of the current line. At this point, the cursor can be positioned anywhere in the Window and additional blocks of text can be entered. Or press the right mouse button (or [ESC]) to complete text editing.
Pressing the right mouse button, pressing [ESC], or moving the crosshair cursor completes the previous text block.
To evaluate functions or macros and have resulting scalar or string
To erase single lines of text (while in the input mode) use [CTRL]-[X]; use TEXTDEL to erase blocks of text.
TEXTCUR does not work in an empty Window.
See TEXT to add text to a window programmatically.
Use SETPRECISION to control display of numeric values of functions embedded in text.