Can we check a program from a program.
|
09-11-2017, 06:36 PM
(This post was last modified: 09-11-2017 06:55 PM by Tim Wessman.)
Post: #7
|
|||
|
|||
RE: Can we check a program from a program.
How would this be for you?
On program store and successful compile, returns { } Programs("name"):="EXPORT test()\nBEGIN\n\nEND;" ----> {} On program store and failure on compile, returns { line_number_failure, character_position_failure, <reserved for future use> } Programs("name"):="EXPORT test(\nBEGIN\n\nEND;" ----> {#2:64h,#12:64h} That is the info you get in the CHECK button, note how the cursor position is placed at the end of BEGIN there which corresponds to the numbers I've given in the example. AProgram would behave similarly. TW Although I work for HP, the views and opinions I post here are my own. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Can we check a program from a program. - webmasterpdx - 09-10-2017, 03:56 AM
RE: Can we check a program from a program. - Carlos295pz - 09-10-2017, 09:39 PM
RE: Can we check a program from a program. - webmasterpdx - 09-10-2017, 10:12 PM
RE: Can we check a program from a program. - cyrille de brébisson - 09-11-2017, 05:11 AM
RE: Can we check a program from a program. - webmasterpdx - 09-11-2017, 05:17 AM
RE: Can we check a program from a program. - webmasterpdx - 09-11-2017, 05:53 AM
RE: Can we check a program from a program. - Tim Wessman - 09-11-2017 06:36 PM
RE: Can we check a program from a program. - webmasterpdx - 09-11-2017, 08:22 PM
|
User(s) browsing this thread: 2 Guest(s)