This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal.json
68 lines (64 loc) · 2.18 KB
/
global.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"pos" : "Print Functions",
"tab" : "Print Functions",
"abs" : "Math Functions",
"atn" : "Math Functions",
"cdbl" : "Math Functions",
"cint" : "Math Functions",
"cos" : "Math Functions",
"csng" : "Math Functions",
"exp" : "Math Functions",
"fix" : "Math Functions",
"int" : "Math Functions",
"log" : "Math Functions",
"rnd" : "Math Functions",
"sgn" : "Math Functions",
"sin" : "Math Functions",
"sqr" : "Math Functions",
"tan" : "Math Functions",
"ucase" : "String Functions",
"lcase" : "String Functions",
"asc" : "String Functions",
"chr" : "String Functions",
"instr" : "String Functions",
"left" : "String Functions",
"len" : "String Functions",
"mid" : "String Functions",
"right" : "String Functions",
"str" : "String Functions",
"stri" : "String Functions",
"string" : "String Functions",
"stringi" : "String Functions",
"val" : "String Functions",
"substitute" : "String Functions",
"createobject" : "Runtime Functions",
"type" : "Runtime Functions",
"getglobalaa" : "Runtime Functions",
"box" : "Runtime Functions",
"run" : "Runtime Functions",
"eval" : "Runtime Functions",
"getlastruncompileerror" : "Runtime Functions",
"getlastrunruntimeerror" : "Runtime Functions",
"objfun": "Runtime Functions",
"formatjson": "Utility Functions",
"parsejson": "Utility Functions",
"sleep" : "Utility Functions",
"wait" : "Utility Functions",
"getinterface" : "Utility Functions",
"findmemberfunction" : "Utility Functions",
"uptime" : "Utility Functions",
"rebootsystem" : "Utility Functions",
"listdir" : "Utility Functions",
"readasciifile" : "Utility Functions",
"writeasciifile" : "Utility Functions",
"copyfile" : "Utility Functions",
"movefile" : "Utility Functions",
"matchfiles" : "Utility Functions",
"deletefile" : "Utility Functions",
"deletedirectory" : "Utility Functions",
"createdirectory" : "Utility Functions",
"formatdrive" : "Utility Functions",
"strtoi" : "Utility Functions",
"rungarbagecollector" : "Utility Functions",
"tr" : "Utility Functions"
}