Message 1 of 2
SendStringToExecute and command "ScaleListEdit"
Not applicable
12-04-2012
04:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I would like to execute scalelistedit command with auto added parameters (Reset - Yes - Exit).
My code:
doc.SendStringToExecute("-scalelistedit R " + "\r" + "Y" + "\r" + "E", true, false, false);
And doesnt work - I'm getting "Invalid option" and it seems like instead of R, passing is A option (Add).
Thanks.

