
Knowledge Base
Found 664 results for: gcw script
-
MID
The function MID returns a string starting at start with the given length len of a string. MID(string, start, len) => string Example A = "GC WIZARD"PRINT MID(A, 4, 3)
Strings12 April 27, 2024 -
LEFT
The function LEFT returns a string with a given number of characters starting from left. LEFT(string, number) => string Example A = "GC WIZARD"PRINT LEFT(A, 2)
Strings14 April 27, 2024 -
RIGHT
The function RIGHTreturns a string with a given number of characters starting from rigth. RIGHT(string, number) => string Example A = "GC WIZARD"PRINT RIGHT(A, 6)
Strings13 April 27, 2024 -
STR
The function STR converts a number into a string. STR(number) => string
Strings11 April 27, 2024 -
VAL
The function VAL converts a string into a number. VAL(string) => number
Strings13 April 27, 2024 -
CHAR
The function CHAR return the character with the ASCII value number. CHAR(number) => character Example A = CHAR(65)PRINT "DAS ASCII–ZEICHEN VON 65 IST "; A
Strings11 April 27, 2024 -
ASC
The function ASC returns the ASCII value Wert of a character. ASC(character) => number Example A = ASC("A")PRINT "ASCII-WERT VON A IST", A
Strings10 April 27, 2024 -
LINE
The LINE method draws a line from point (x1|y1) to point (x2|y2). The line thickness is defined using the STROKE method. The color is defined using the COLOR method. LINE(x1,y1, x2, y2)
Graphics12 April 27, 2024 -
TEXT
The TEXT method outputs a text starting at the point (x|y) with the font size font size. The color is defined using the COLOR method. TEXT(text, x, y, font-size)
Graphics8 April 27, 2024 -
BOX
The BOX method draws a rectangle with the two corners (x1|y1) and (x2|y2). The line thickness is defined using the STROKE method. The color is defined using the COLOR method. The fill is defined using the FILL method. BOX(x1, y1, x2, y2)
Graphics17 April 27, 2024 -
DOT
The DOT method draws a point at the position (x|y). The color is defined using the COLOR method. DOT(x, y)
Graphics13 April 27, 2024 -
CIRCLE
The CIRCLE method draws a circle with radius radius around the center point (x|y). The line thickness is defined using the STROKE method. The color is defined using the COLOR method. The fill is defined using the FILL method. CIRCLE(x, y, radius)
Graphics15 April 27, 2024 -
OVAL
The OVAL function draws an ellipse. The size of the ellipse is defined by the rectangle with the corners (x1|y1) and (x2|y2). The fill is defined with FILL. The color is defined with COLOR. The line thickness is defined with STROKE. OVAL(x1, y1, x2, y2)
Graphics13 April 27, 2024 -
STROKE
The STROKE method defines the line thickness with which an object is drawn. STROKE(number)
Graphics8 April 27, 2024 -
TIME
The TIME function returns the current time as a character string. TIME() => character string Example A = TIME()PRINT "CURRENT TIME: ", A
Date/Time9 April 27, 2024 -
DATE
The DATE function returns the current date as a character string. DATE() => string Example A = DATE()PRINT "CURRENT DATE:", A
Date/Time12 April 27, 2024 -
DUMPFILE
The DUMPFILE function outputs the file as a character string. There are three options for the output: as numbers as numbers in hexadecimal format as a character string DUMPFILE(mode) => character string mode = 0 => output as numbersmode = 1 => Output in hexadecimal formatmode...
Files12 April 27, 2024 -
ISSTRING
The ISSTRING function checks whether a variable is a character string. ISSTRING(variable) => 0 or 1
Check Datatypes10 April 27, 2024 -
ISNUMBER
The ISNUMBER function checks whether a variable is a number. ISNUMBER(variable) => 0 or 1
Check Datatypes11 April 27, 2024 -
ISLIST
The ISLIST function checks whether a variable is a list. ISLIST(variable) => 0 or 1
Check Datatypes14 April 27, 2024
Archives
- May 2025
- February 2025
- January 2025
- November 2024
- October 2024
- September 2024
- May 2024
- April 2024
- February 2024
- December 2023
- September 2023
- April 2023
- February 2023
- January 2023
- November 2022
- March 2022
- January 2022
- December 2021
- October 2021
- July 2021
- May 2021
- April 2021
- February 2021
- January 2021
- October 2020
- September 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
Categories
Copyright © 2025, GC Wizard. Proudly powered by WordPress. Blackoot design by Iceable Themes.