JoPPS/JCALL/JScripter – V2.82
To be documented.
JoPPS/JCALL/JScripter – V2.82
To be documented.
JoPPS – V2.82
To be documented.
JoPPS – V2.82
To be documented.
JoPPS/JCALL/JScripter
Returns the location from where this version of JoPPS (eg. and thus the interpreter) was installed.
ì SDir is the installation path.
& InstalledIn
JoPPS/JCALL/JScripter
Returns the location where the JoPPS executable files reside. This information is taken from the windows
registry where JoPPS keeps its last startup location.
ì SDir is the JoPPS program path.
& InstalledFrom
JoPPS – V2.82
To be documented.
JoPPS – V2.82
To be documented.
JoPPS
Interpretes the given string by substituting all JoPPS parameters in the input string by their value.
î Sparam is the string to interprete containing none, one or multiple JoPPS parameters.
The JoPPS parameters should be enclosed by % characters.
ì Returns the string with all known parameters substituted.
M If used in HTML scripts the JoPPS report generator will automatically substitute
all known JoPPS parameters it encounters before the InterpreteString
function is executed !
& GetParam, SetParam
JoPPS/JCALL/JScripter - v2.0
Converts an integer into a string holding its hexidecimal value.
î D is the integer value to be converted, Dwidth is the width of the returned string.
ì The string holding the intergers hexidecimal value.
& NumToStr, StrToNum, IntToStr, IntToStr0
JoPPS/JCALL/JScripter
Converts an D-type value into a S-type value assuming D represents an integer value.
î D is the integer value to be converted.
ì The string representing the integer value.
& NumToStr, StrToNum, IntToStr0
JoPPS/JCALL/JScripter - v2.0
Converts an D-type value into a S-type value assuming D represents an integer value. The resulting string is left-padded with 0 characters.
î D is the integer value to be converted, Dwidth is the length of the returned string.
The string is left-padded with 0 characters if needed.
ì The left-padded string representing the integer value.
& NumToStr, StrToNum, IntToStr
JoPPS/JCALL/JScripter – V2.82
To be documented.
JoPPS/JCALL/JScripter – V2.82
To be documented.
JoPPS/JCALL/JScripter – V2.82
To be documented.
JoPPS/JCALL/JScripter
Returns if the variable passed is an I-type variable
î Argument can be of any type.
ì Returns TRUE if the passed argument is of the I-type.
& IsNumber, IsString, IsObject
JoPPS/JCALL/JScripter – V2.82
To be documented.
JoPPS/JCALL/JScripter
Returns if the variable passed is a D-type variable
î Argument can be of any type.
ì Returns TRUE if the passed argument is of the D-type.
& IsString, IsIDispatch, IsObject
JoPPS/JCALL/JScripter - v2.0
Returns if the variable passed is an O-type variable
î Argument can be of any type.
ì Returns TRUE if the passed argument is of the O-type.
& IsString, IsNumber, IsIDispatch
JoPPS – V2.82
To be documented.
JoPPS – V2.82
To be documented.
JoPPS
Returns whether or not the specified report slot is tagged.
î Dslot is the optional slot index. If no argument is specified the current slot is assumed.
ì Returns TRUE if the specified slot index is tagged.
M Its better to specify a slot index as it is possible there is no current slot.
& For an overview of slot index constants refer to the discussion of the TagReport function.
JoPPS
Can be used to verify whether or not JoPPS is busy running its calculations or updating reports.
ì Returns TRUE if JoPPS is busy.
JoPPS/JCALL/JScripter
Returns if the passed variable is a S-type variable.
î Argument can be of any type.
ì Returns TRUE if the passed argument is of the S-type.
& IsNumber, IsIDispatch