Available since version 2.06
Esta função retorna o valor armazenado em uma variável global do tipo double. Se a variável não existir, retorna 0.0.
Function
Section titled “Function” Name: GetGlobal Copied!
Aliases: GetG Copied!
Parameters
Section titled “Parameters”Representa uma sequência de caracteres Unicode. | name; | // Nome da variável global. |
Examples
Section titled “Examples”//Default example:
GetGlobal[name]
//Using aliases:
GetG[name]
//Other examples:
GetGlobal("minha_variavel")