Knowledge Base
Found 673 results for: gcw script
-
DMSTODEC
The function DMSTODEC converts a DEGREE° MINUTE’ SECOND” coordinate into a decimal number. DMSTODEC(degree, minute, second) => number
Coordinates62 April 28, 2024 -
DMMTODMS
The function DMMTODMS converts a DEGREE° MINUTE.MILLIMINUTE’ coordinate into DEGREE° MINUTE’ SECOND” and returns this as string. DMMTODMS(degree, minute, second) => string
Coordinates68 April 28, 2024 -
DMMTODEC
The function DMMTODEC converts a DEGREE° MINUTE’ SECOND” coordinate into a decimal number. DMMTODEC(degree, minute) => number
Coordinates30 April 28, 2024 -
DECTODMM
The function DECTODMM convert a given decimal number into DEGREE° MINUTE.MILLIMINUTE’ and return this as string. DECTODMM(number) => string
Coordinates49 April 28, 2024 -
PROJECTION
The function PROJECTION calculates a new point from (lat|lon) with bearing angle in ° Degree and distance in Meter. The result is written to the registern LAT, LON. PROJECTION(lat, lon, distance, angle)
Coordinates88 April 28, 2024 -
DISTANCE
The function DISTANCE calculates the distance in Meter between the two points (lat1|lon1) und (lat2|lon2). DISTANCE(lat1, lon1, lat2, lon2) => number
Coordinates56 April 28, 2024 -
BEARING
The function BEARING calculates the bearing in ° Degree between the two points (lat1|lon1) und (lat2|lon2). BEARING(lat1, lon1, lat2, lon2) => number
Coordinates77 April 28, 2024 -
> Overview
Heart of the scripting language are functions and methods zu manipulate data. GC Wizard Script has implemented the following kind of functions and methods: Mathematical functions Functions to process characters and strings Functions to process lists Functions to process date and...
Functions and Methods67 April 28, 2024 -
SUBST
The function SUBST replaces strings inside a string. The function is case sensitive. SUBST(string, replace, replaceWith, mode) => string mode = 0: not case sensitive mode = 1: case sensitive
Strings70 April 27, 2024 -
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)
Strings57 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)
Strings63 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)
Strings55 April 27, 2024 -
STR
The function STR converts a number into a string. STR(number) => string
Strings67 April 27, 2024 -
VAL
The function VAL converts a string into a number. VAL(string) => number
Strings63 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
Strings66 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
Strings54 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)
Graphics59 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)
Graphics67 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)
Graphics67 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)
Graphics59 April 27, 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.