
Knowledge Base
Found 655 results for: gcw script
-
LISTISNOTEMPTY
The function LISTISNOTEMPTY checks if a list is empty or not and returns a number 0 or 1. LISTISNOTEMPTY(liste) => 0 or 1 0: the list is empty 1: the list is not empty
Lists5 April 28, 2024 -
LISTISEMPTY
The function LISTISEMPTY checks if a list is empty or not and returns a number 0 or 1. LISTISEMPTY(liste) => 0 or 1 0: the list is not empty 1: the list is empty
Lists11 April 28, 2024 -
LISTLENGTH
The funktion LISTLENGTH returns the length of the given list – the number of elements of the list. If an element is a list, this list still counts as one element. LISTLENGTH(list) => number
Lists9 April 28, 2024 -
LISTSORT
The funktion LISTSORT sorts depending on mode a list. LISTSORT(list, mode) mode = 0: descending mode = 1: ascending
Lists9 April 28, 2024 -
LISTSHUFFLE
The funktion LISTSHUFFLE mixes a list. LISTSHUFFLE(list)
Lists15 April 28, 2024 -
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
Lists9 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
Lists9 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
Lists9 April 28, 2024 -
LISTCLEAR
Th funktion LISTCLEAR deletas the content of a list. LISTCLEAR(list)
Lists22 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
Coordinates10 April 28, 2024 -
DMSTODEC
The function DMSTODEC converts a DEGREE° MINUTE’ SECOND” coordinate into a decimal number. DMSTODEC(degree, minute, second) => number
Coordinates9 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
Coordinates16 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
Coordinates9 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)
Coordinates19 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 Methods32 April 28, 2024
Archives
- 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.