Page 1 of 1

PostPosted: Mon Feb 19, 2007 8:58 am
by devinder
When (Del) is pressed brkprss returns a value of -1; when (End) is pressed returns a value of 1.
Usage: To terminate out of loop. In some cases if a break has occured internally, this value is returned in one of the variables.

to go into infinite loop until (End) or (Del) is pressed.
Code: Select allwhile brkprss=0 do
    draw()


Hatchmode api returns this in brk variable.

More info in DCAL manual. Search for "brk"