PreviousCompileError command: Difference between revisions

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


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



Latest revision as of 23:22, 3 February 2023


Action:

Finds the previous 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:

previousCompileError 

This command is unusual in that you can map it to a button that also has another command or macro mapped to it. See Button toggle for compilation errors.

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