Knowledge Base
Found 673 results for: gcw script
-
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)
Graphics106 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)
Graphics74 April 27, 2024 -
STROKE
The STROKE method defines the line thickness with which an object is drawn. STROKE(number)
Graphics56 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/Time77 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/Time79 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...
Files84 April 27, 2024 -
ISSTRING
The ISSTRING function checks whether a variable is a character string. ISSTRING(variable) => 0 or 1
Check Datatypes68 April 27, 2024 -
ISNUMBER
The ISNUMBER function checks whether a variable is a number. ISNUMBER(variable) => 0 or 1
Check Datatypes86 April 27, 2024 -
ISLIST
The ISLIST function checks whether a variable is a list. ISLIST(variable) => 0 or 1
Check Datatypes91 April 27, 2024 -
ISDOUBLE
The ISDOUBLE function checks whether a variable is a real number. ISDOUBLE(variable) => 0 or 1
Check Datatypes158 April 27, 2024 -
ISCHAR
The ISCHAR function checks whether a variable is a character. ISCHAR(variable) => 0 or 1
Check Datatypes98 April 27, 2024 -
GOTO
...and backward jumps are...
Control Structures86 April 27, 2024 -
PRINT
The PRINT command is used to output texts and the contents of variables. The syntax of the command is PRINT argumentlist where argumentlist is a list of expressions, variables or character strings separated by a comma or semicolon. Comma sets the output left-aligned with a tabulator of 8...
Commands94 April 27, 2024 -
REM
The REM command marks a comment line. This line is skipped when the script is executed.
Commands77 April 27, 2024 -
READ
...to the beginning of the DATA block with the RESTORE command. Example DATA 1,2,3, APPLE, "GCWIZARD", "CACHE", "WITH,COMMA"READ AREAD B, C
Commands95 April 27, 2024 -
DATA
The DATA command marks the start of a data block that contains data. This data is read into variables one after the other using the READ command. Several constants can be stored per DATA line, separated by commas. The data from the DATA lines is always read in from left to right, starting...
Commands92 April 27, 2024 -
01 How does the GC Wizard decodes or encodes an UFI – Unique Formula Identifier?
Decoding After entering the 16-digit alphanumeric UFI, pressing the Calculate button calculates and outputs the VAT ID and the product code. Encoding After entering the country code/UStr-ID or company key and product code, the UFI is calculated and output by pressing...
UFI77 April 27, 2024 -
Credit card numbers – Check digit tools
Credit card - Wikipedia The card number is unique and consists of twelve to sixteen digits. The first six digits form the BIN code - Bank Identification Number. The first 4 digits represent the credit card company. The 5th digit stands for the type of credit card (e.g. American...
Checkdigits568 April 25, 2024 -
ISBN – Check digit tools
ISBN - Wikipedia The International Standard Book Number (ISBN) is a number used to uniquely identify books and other independent publications with an editorial component, such as multimedia products. Until the end of 2006, the number range of an ISBN had ten digits including a check digit. As...
Checkdigits190 April 25, 2024 -
IMEI – Check digit tools
International Mobile Equipment Identity – Wikipedia The International Mobile Station Equipment Identity (IMEI) is a 15-digit serial number that is used to uniquely identify each GSM or UMTS terminal device worldwide. IMEIs of devices approved from April 1, 2004 consist of three parts: The...
Checkdigits346 April 25, 2024
Archives
- January 2026
- August 2025
- July 2025
- 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 © 2026, GC Wizard. Proudly powered by WordPress. Blackoot design by Iceable Themes.