Previous Topic

Next Topic

Web Functions

String

Description

BuildJSON

Construct a JSON object from an Accredo object.

BuildJSONArray

Construct a JSON Object from a Memory Table Object and iterate lines.

EnsureRefreshToken

Re-Authenticate user if refresh token will expire within days

HMACSHA1String

Calculates the Hash-based Message Authentication Code using the SHA1 hash function. Returns the Base64Encoded value of the calculated hash.

HTMLEncode

Returns a string containing escaped characters for non-valid HTML elements of a HTML text string.

HTMLToText

Returns the textual representation of the rendered HTML.

JSONClone

Clones a JSON Object into a new object.

JSONCreateArray

Create a JSON Array.

JSONCreateObject

Create a JSON Object.

JSONDelete

Delete a property from a JSON Object.

JSONGetKeys

Returns all key names as a Stringlist.

JSONLength

Returns the length of a JSON Array.

JSONPop

Removes and returns the last element of a JSON Array.

JSONPush

Add an item to the end of a JSON Array and return the Array Length.

JSONSetPropertyValue

Dynamically set a JSON property value.

JSONShift

Removes and returns the first element of a JSON Array.

JSONSplice

Adds and/or removes elements in a JSON Array.

JSONStringify

Returns a formatted string representation of a JSON Object.

JSONToString

Returns a string representation of a JSON Object.

JSONUnshift

Add an item to the beginning of a JSON Array and returns the Array Length.

NavigateURL

Show Modal Web Browse Window.

OAuth2TokenFromAuthCode

Get OAuth2 Access Token from AuthCode.

OAuth2TokenFromAuthCodeEx

Get OAuth2 Access Token from AuthCode from Options.

OAuth2TokenFromRefreshToken

Get OAuth2 Access Token from Refresh Token.

OAuth2TokenFromResourceOwner

Get OAuth2 Access Token from Resource Owner.

ParseJSON

Returns a json object representing a given string.

ParseJSONFromFile

Returns a json object representing a given file.

PercentEncode

Returns a string with percent encoded reserved characters.

URLEncode

Returns a URL with percent encoded reserved characters.

In This Section

BuildJSON - MaxBasic Function

BuildJSONArray - MaxBasic Function

EnsureRefreshToken - MaxBasic Function

HMACSHA1String - MaxBasic Function

HTMLEncode - MaxBasic Function

HTMLToText - MaxBasic Function

JSONClone - MaxBasic Function

JSONCreateArray - MaxBasic Function

JSONCreateObject - MaxBasic Function

JSONDelete - MaxBasic Function

JSONGetKeys - MaxBasic function

JSONLength - MaxBasic Function

JSONPop - MaxBasic Function

JSONPush - MaxBasic Function

JSONSetPropertyValue - MaxBasic Function

JSONShift - MaxBasic Function

JSONSplice - MaxBasic Function

JSONStringify - MaxBasic Function

JSONToString - MaxBasic Function

JSONUnshift - MaxBasic Function

NavigateURL - MaxBasic Function

OAuth2TokenFromAuthCode - MaxBasic Function

OAuth2TokenFromAuthCodeEx - MaxBasic Function

OAuth2TokenFromRefreshToken - MaxBasic Function

OAuth2TokenFromResourceOwner - MaxBasic Function

ParseJSON - MaxBasic Function

ParseJSONFromFile - MaxBasic Function

PercentEncode - MaxBasic Function

URLEncode - MaxBasic Function

See Also

MaxBasic Functions

Book Contents

Book Index