===== Constants ===== {{page>en:NumericConstants}} {{page>en:StringConstants}} {{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}} === 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]] * [[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]]