Announcement

Collapse
No announcement yet.

cursor label

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • cursor label

    Is there a way to output a label and a computed value to the cursor without outputting into a pane? Essentially I want to return a value from an efs (main) and display it in the cursor only. Not in price and not create a new pane below price. SetStude alone won't do it as it will either display in price pane (true) of a new pane (false).

    Thanks

  • #2
    gdargento
    If you convert the return value to a string it will show in the Cursor Window but it will not plot.
    There are several ways to convert to a string the easiest being to add a +"" to the returned value (for example myVar+"")
    Alex

    Comment

    Working...
    X