This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:constants [2016/08/09 10:46] admin created |
en:constants [2020/02/28 10:46] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Constants ===== | ||
+ | |||
+ | {{page> | ||
+ | {{page> | ||
+ | {{page> | ||
+ | |||
+ | ===Color Constants and RGB values=== | ||
+ | |||
+ | These values are used by the [[color|Color]] statement, can be created with the [[rgb|RGB]], | ||
+ | |||
+ | {{page> | ||
+ | |||
+ | === Variable and Expression Types === | ||
+ | |||
+ | These constants can be used to represent the numeric values returned by the [[typeof|TypeOf]] function. | ||
+ | |||
+ | {{page> | ||
+ | |||
+ | === 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> | ||
+ | |||
+ | === Mouse Button Constants === | ||
+ | |||
+ | These constants can be used to represent the numeric values returned by the [[clickb|Clickb]] and [[mouseb|Mouseb]] functions. | ||
+ | |||
+ | {{page> | ||
+ | |||
+ | === Image Save Type Constants === | ||
+ | |||
+ | These constants can be used to tell the [[imgsave|ImgSave]] statement which format to save the graphics window into. | ||
+ | |||
+ | {{page> | ||
+ | |||
+ | === Operating System Type Constants === | ||
+ | |||
+ | These constants can be used to represent the numeric values returned by the [[ostype|OsType]] function. | ||
+ | |||
+ | {{page> | ||
+ | |||
+ | === GetSlice Constants === | ||
+ | |||
+ | These constants can be used to specify the action of the [[GetSlice|GetSlice]] statement. | ||
+ | |||
+ | {{page> | ||
+ | |||
+ | === 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]] |