Jsstringformat()

Returns the given string escaped to work within Javascript blocks safely

Usage

STRING = Jsstringformat( string )
Argument Summary
string string

Calling

Supports named-parameter calling allowing you to use the function like:

Jsstringformat(
   string=?
);

Supports passing parameters as a structure using ArgumentCollection:

Jsstringformat( ArgumentCollection={
   string : ?
} );