Knowledge Base
Found 651 results for: gcw script
-
LISTREMOVE
The funktion LISTREMOVE deleets the element of a given list at position index and returns he new list. CAUTION: The first element of a list has the index 0! LISTREMOVE(list, index) => list
Lists8 April 28, 2024 -
LISTINSERT
The funktion LISTINSERT inserts an object at position index in a given liste and returns the new list. The object could be an number, string or list. CAUTION: The first element of a list has the index 0! LISTINSERT(list, index, object) => list
Lists5 April 28, 2024 -
LISTADDALL
The funktion LISTADDALL adds all elements of a list - sourcelost - to a list - targetlist - and returns the new list. LISTADDALL(targetlist, sourcelist) => list
Lists4 April 28, 2024 -
LISTADD
The Function LISTADD adds an object to agiven liost and returns the new list. The object could be a number, string or a list. LISTADD(list, object) => list
Lists7 April 28, 2024 -
LISTCLEAR
Th funktion LISTCLEAR deletas the content of a list. LISTCLEAR(list)
Lists16 April 28, 2024 -
CONVERTTO
The function CONVERTTO reads a coordinate from the register LAT, LON and converts into format. The result is returned as a list. The first element of the list contains the coordinate as string. The following elements are the parts of the coordinate - if applicable. CONVERTTO(format) =>...
Coordinates10 April 28, 2024 -
DMSTODMM
The function DMSTODMM converts a DEGREE° MINUTE’ SECOND” coordinate into DEGREE° MINUTE.MILLIMINUTE’ and returns this as string. DMSTODMM(degree, minute) => string
Coordinates7 April 28, 2024 -
DMSTODEC
The function DMSTODEC converts a DEGREE° MINUTE’ SECOND” coordinate into a decimal number. DMSTODEC(degree, minute, second) => number
Coordinates8 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
Coordinates12 April 28, 2024 -
DMMTODEC
The function DMMTODEC converts a DEGREE° MINUTE’ SECOND” coordinate into a decimal number. DMMTODEC(degree, minute) => number
Coordinates4 April 28, 2024 -
DECTODMM
The function DECTODMM convert a given decimal number into DEGREE° MINUTE.MILLIMINUTE’ and return this as string. DECTODMM(number) => string
Coordinates6 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)
Coordinates15 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
Coordinates7 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
Coordinates9 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 Methods30 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
Strings12 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)
Strings7 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)
Strings12 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)
Strings6 April 27, 2024 -
STR
The function STR converts a number into a string. STR(number) => string
Strings9 April 27, 2024
Archives
- 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 © 2024, GC Wizard. Proudly powered by WordPress. Blackoot design by Iceable Themes.