User Tools

Site Tools


en:constants

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:constants [2016/08/13 14:23]
admin
en:constants [2016/09/08 11:54]
admin
Line 4: Line 4:
 {{page>en:StringConstants}} {{page>en:StringConstants}}
 {{page>en:BooleanConstants}} {{page>en:BooleanConstants}}
 +
 +===Color Constants and RGB values===
 +
 +These values are used by the [[color|Color]] statement, can be created with the [[rgb|RGB]], and are returned by the [[getbrushcolor|GetBrushColor]], [[getcolor|GetColor]], and [[pixel|pixel]] functions.
 +
 {{page>en:colorconstants}} {{page>en:colorconstants}}
 +
 +=== Variable and Expression Types ===
 +
 +These constants can be used to represent the numeric values returned by the [[typeof|TypeOf]] function.
 +
 {{page>en:typeofconstants}} {{page>en:typeofconstants}}
 +
 +=== Error Codes and Constants ===
 +
 +This is a list of runtime error code numbers returned by the [[lasterror|LastError]] function and text error messages returned by the [[Lasterrormessage|LastErrorMessage]] function.
 +
 +{{page>en:errorcodesconstants}}
 +
 +=== Mouse Button Constants ===
 +
 +These constants can be used to represent the numeric values returned by the [[clickb|Clickb]] and [[mouseb|Mouseb]] functions.  If a user has pressed more than one button the values will be added together when returned.
 +
 +{{page>en:mousebuttonconstants}}
 +
 +=== Image Save Type Constants ===
 +
 +These constants can be used to tell the [[imgsave|ImgSave]] statement which format to save the graphics window into.
 +
 +{{page>en:imagetypeconstants}}
 +
 +=== Operating System Type Constants ===
 +
 +These constants can be used to represent the numeric values returned by the [[ostype|OsType]] function.
 +
 +{{page>en:ostypeconstants}}
 +
 +=== GetSlice Constants ===
 +
 +These constants can be used to specify the action of the [[GetSlice|GetSlice]] statement.
 +
 +{{page>en:sliceconstants}}
  
 === Links to Separate Pages === === Links to Separate Pages ===
Line 12: Line 52:
   * [[BooleanConstants|Boolean Constants]]   * [[BooleanConstants|Boolean Constants]]
   * [[colorconstants|Color Constants]]   * [[colorconstants|Color Constants]]
 +  * [[errorcodesconstants|Error Codes and Constants}}
   * [[typeofconstants|Variable and Expression Types]]   * [[typeofconstants|Variable and Expression Types]]
 +  * [[mousebuttonconstants|Mouse Button Constants]]
 +  * [[imagetypeconstants|Image Save Type Constants]]
 +  * [[ostypeconstants|Operating System Type Constants]]
 +  * [[sliceconstants|GetSlice Constants]]
en/constants.txt ยท Last modified: 2020/02/28 10:46 (external edit)