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
en:constants [2016/08/09 10:48]
admin
en:constants [2020/02/28 10:46] (current)
Line 1: Line 1:
-==== Constants ====+===== Constants =====
  
-{{page>en:NumericConstants&noheader}} +{{page>en:NumericConstants}} 
-{{page>en:StringConstants&noheader}}+{{page>en:StringConstants}} 
 +{{page>en:BooleanConstants}}
  
-=== Links to Seperate Pages ===+===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}} 
 + 
 +=== Variable and Expression Types === 
 + 
 +These constants can be used to represent the numeric values returned by the [[typeof|TypeOf]] function. 
 + 
 +{{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 ===
   * [[NumericConstants|Numeric Constants]]   * [[NumericConstants|Numeric Constants]]
   * [[StringConstants|String Constants]]   * [[StringConstants|String Constants]]
 +  * [[BooleanConstants|Boolean Constants]]
 +  * [[colorconstants|Color Constants]]
 +  * [[errorcodesconstants|Error Codes and Constants]]
 +  * [[typeofconstants|Variable and Expression Types]]
 +  * [[mousebuttonconstants|Mouse Button Constants]]
 +  * [[imagetypeconstants|Image Save Type Constants]]
 +  * [[ostypeconstants|Operating System Type Constants]]
 +  * [[sliceconstants|GetSlice Constants]]
en/constants.1470761310.txt.gz · Last modified: 2020/02/28 10:46 (external edit)