Patch227
You do that by converting the value to a string. EFS will not plot strings but it will return them to the Cursor window.
You can convert a value into a string in many ways such as using the .toString() or .toFixed() methods or simply adding a string to the value eg myValue+""
Alex
Originally posted by Patch227 Could someone please tell me how I can return data only to the cursor window and not to the chart?
Comment