User contributions for Craig
Jump to navigation
Jump to search
24 December 2008
- 14:0614:06, 24 December 2008 diff hist +3 json.append No edit summary
- 14:0514:05, 24 December 2008 diff hist −1 json.set →Usage
- 14:0514:05, 24 December 2008 diff hist +3 m json.append →Function json.set
- 13:3313:33, 24 December 2008 diff hist +519 N json.append New page: ==Function json.set== '''Introduced in MapTool 1.3b49''' Appends values to the end of a json array. An empty string ("") can be used to represent an empty [[Macros...
- 13:1013:10, 24 December 2008 diff hist −1 m macros:Functions:list of functions by area →JSON Functions=
- 13:1013:10, 24 December 2008 diff hist +21 m macros:Functions:list of functions by area No edit summary
- 13:0913:09, 24 December 2008 diff hist +14 m macros:Functions:list of functions by area →JSON Object Manipulation
- 13:0813:08, 24 December 2008 diff hist +485 N json.length New page: ==Function json.length== '''Introduced in MapTool 1.3b49''' Returns the number of fields in a Macros:json object or number of elements in a Macros:json array. ===Usage=== <...
- 13:0513:05, 24 December 2008 diff hist +46 macros:Functions:list of functions →J
- 12:4912:49, 24 December 2008 diff hist +974 N json.fields New page: ==Function json.fields== '''Introduced in MapTool 1.3b49''' Returns the fields (keys) for a json object or the indexes for a json array as a string list. The type of the value returned...
- 12:3512:35, 24 December 2008 diff hist −1 getVisibleTokens No edit summary
- 12:3412:34, 24 December 2008 diff hist −1 getVisibleTokenNames No edit summary
- 12:3012:30, 24 December 2008 diff hist +653 N json.set New page: ==Function json.set== '''Introduced in MapTool 1.3b49''' Sets the value in at the specified index in a Macros:json array or for the specified key in a Macros:json object. You...
- 12:1012:10, 24 December 2008 diff hist +440 N json.contains New page: ==Function json.contains== '''Introduced in MapTool 1.3b49''' Returns 1 if the json object contains the specified key. ===Usage=== <source lang="mtmacro" line> ...
- 12:0912:09, 24 December 2008 diff hist +12 json.get No edit summary
- 12:0312:03, 24 December 2008 diff hist +514 N json.get New page: ==Function json.get== '''Introduced in MapTool 1.3b49''' Returns the value in a Macros:json array at the specified index, or returns the value from Macros:json object for the...
- 10:2410:24, 24 December 2008 diff hist +718 N json.type New page: ==Function json.type== '''Introduced in MapTool 1.3b49''' Returns a string which contains the type of Macros:json object that is passed in. Return values are * ARRAY - The object ...
- 10:2010:20, 24 December 2008 diff hist +109 json.toList No edit summary
- 10:1910:19, 24 December 2008 diff hist 0 json.toStrProp No edit summary
- 10:1910:19, 24 December 2008 diff hist +142 json.toStrProp No edit summary
- 10:1610:16, 24 December 2008 diff hist +3 m json.toStrProp No edit summary
- 10:1610:16, 24 December 2008 diff hist −79 json.toList No edit summary
- 10:1310:13, 24 December 2008 diff hist +436 N json.toList New page: ==Function json.toList== '''Introduced in MapTool 1.3b49''' Creates a Macros:string list from a Macros:json array. ===Usage=== <source lang="mtmacro" line> [h: jarr = json....
- 10:1210:12, 24 December 2008 diff hist +2 json.toStrProp No edit summary
- 10:1110:11, 24 December 2008 diff hist +9 json.toStrProp No edit summary
- 10:1010:10, 24 December 2008 diff hist +455 N json.toStrProp New page: ==Function json.toStrProp== '''Introduced in MapTool 1.3b49''' Creates a Macros:string list from a Macros:json array. ===Usage=== <source lang="mtmacro" line> [h: jarr = js...
- 10:0810:08, 24 December 2008 diff hist −23 json.fromStrProp No edit summary
- 10:0710:07, 24 December 2008 diff hist +350 N json.fromList New page: ==Function json.fromList== '''Introduced in MapTool 1.3b49''' Creates a Macros:json array from a Macros:string list. ===Usage=== <source lang="mtmacro" line> [h: jarr = jso...
- 10:0510:05, 24 December 2008 diff hist +416 N json.fromStrProp New page: ==Function json.fromStrProp== {{TrustedOnlyFunction}} '''Introduced in MapTool 1.3b49''' Creates a Macros:json object from a Macros:string property list. ===Usage=== <source...
- 10:0210:02, 24 December 2008 diff hist +537 macros:Functions:list of functions →List of Macro Functions
- 10:0110:01, 24 December 2008 diff hist +560 macros:Functions:list of functions by area No edit summary
- 09:5109:51, 24 December 2008 diff hist −3 getVisibleTokenNames No edit summary
- 09:5009:50, 24 December 2008 diff hist +949 N getVisibleTokens New page: ==Function getVisibleTokens== {{TrustedOnlyFunction}} '''Introduced in MapTool 1.3b49''' This function returns a Macros:string list or Macros:json array of Token:token id...
- 09:4909:49, 24 December 2008 diff hist +949 N getVisibleTokenNames New page: ==Function getVisibleTokens== {{TrustedOnlyFunction}} '''Introduced in MapTool 1.3b49''' This function returns a Macros:string list or Macros:json array of Token:token id...
- 09:3509:35, 24 December 2008 diff hist +120 macros:Functions:list of functions by area →Finding Tokens
- 09:3409:34, 24 December 2008 diff hist +123 macros:Functions:list of functions →G
- 09:1109:11, 24 December 2008 diff hist +376 N startsWith New page: ==Function startsWith== '''Introduced in MapTool 1.3b49''' Returns 1 if the string starts with a certain sub string. ===Usage=== <source lang="mtmacro" line> [h: result = startsWith(st...
- 09:0709:07, 24 December 2008 diff hist +368 N endsWith New page: ==Function endsWith== '''Introduced in MapTool 1.3b49''' Returns 1 if the string ends with a certain sub string. ===Usage=== <source lang="mtmacro" line> [h: result = endsWith(str, sub...
- 08:5208:52, 24 December 2008 diff hist +40 macros:Functions:list of functions by area →String
- 08:5208:52, 24 December 2008 diff hist +41 macros:Functions:list of functions →E
- 08:5108:51, 24 December 2008 diff hist +42 macros:Functions:list of functions by area →String
- 08:5008:50, 24 December 2008 diff hist +45 macros:Functions:list of functions →S
- 08:5008:50, 24 December 2008 diff hist +116 macros:Functions:list of functions by area →Miscellanous
- 08:4508:45, 24 December 2008 diff hist +2 evalMacro No edit summary
- 08:4308:43, 24 December 2008 diff hist 0 macros:Functions:execMacro Redirecting to Macros:Functions:evalMacro
- 08:4208:42, 24 December 2008 diff hist +1 macros:Functions:execMacro No edit summary
- 08:4108:41, 24 December 2008 diff hist +39 N macros:Functions:execMacro New page: #REDIRECT {{Macros:Functions:exeMacro}}
- 08:4008:40, 24 December 2008 diff hist +1,211 N evalMacro New page: ==Function evalMacro, execMacro== {{TrustedOnlyFunction}} '''Introduced in MapTool 1.3b49''' Evaluates and "executes" the macro in a string and returns the result. The string contains th...
- 08:1708:17, 24 December 2008 diff hist +579 N eval New page: ==Function Eval== Evaluates and "executes" the expression in a string and returns the result. The string contains the same type of expression that is between '''{}''' or '''[r: ]''' ===Us...
- 08:1008:10, 24 December 2008 diff hist +120 macros:Functions:list of functions →E