NextCompileError command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Finds the next line in error relative to the current line, if the request being displayed [[Viewing programs that contain coding errors#compile_errors|fails to compile]]. If the program you are debugging has no compilation errors, the command does nothing.</span>
<span class="f_Para">Finds the next line in error relative to the current line, if the request being displayed [[Viewing programs that contain coding errors#compile_errors|fails to compile]]. If the program you are debugging has no compilation errors, the command does nothing.</span>



Latest revision as of 23:03, 3 February 2023

Action:

Finds the next line in error relative to the current line, if the request being displayed fails to compile. If the program you are debugging has no compilation errors, the command does nothing.

Syntax:

nextCompileError 

You can map this command to a button that also has another command or macro mapped to it. See Button toggle for compilation errors.

Client menu: Error > Next Compile Error
Introduced: --