JoPPS/JCALL/JScripter
Creates a new subdirectory.
î Sdir is the name for the new subdirectory.
ì Returns TRUE if successful.
& RemoveDir, SetCurDir, GetCurDir
JoPPS/JCALL/JScripter
Returns the greater of two or more numeric values.
î The numeric values to compare
ì The greater of the two given values
7 Example :
a := 10;
b := 20;
MsgBox(Max(a,b)," is greater then ",Min(a,b));
& MIN
JoPPS/JCALL/JScripter – V2.82
This function is an alias for MsgBox.
& MsgBox
JoPPS/JCALL/JScripter – V2.82
This function is an alias for MsgErr.
& MsgErr
JoPPS/JCALL/JScripter
Returns the lesser of two or more numeric values.
î The numeric values to compare
ì The lesser of the two given values.
& MAX
JoPPS/JCALL/JScripter
Returns the month.
î If no parameter is given todays date is used as input,
the optional Ddatetime argument specifies an alternative date.
ì Dmonth is the month, a number in the range 1..12.
& Now, Day, Year, DayOfWeek, WeekOfYear, DayOfYear
JoPPS/JCALL/JScripter
Moves the file Sfrom to Sto.
î Sfrom is the file to move, Sto defines the location and name for the file.
ì Returns TRUE when the operation was successful.
& CopyFile, CopyFileTo, RenameFile
JoPPS/JCALL/JScripter
Pops up a message box displaying the result of the concatenation of the parameters passed.
î A multiple of S-type and D-type parameters can be passed.
Their string representations are concatenated and displayed in the message box.
& MsgBox2, MsgErr, MsgErr2
JoPPS/JCALL/JScripter - v2.0
Pops up a message box displaying the result of the concatenation of the parameters passed.
î Stitle is the messagebox caption followed by a multiple of S-type and D-type
parameters can be passed. Their string representations are concatenated
and displayed in the message box.
& MsgBox2, MsgErr, MsgErr2
JoPPS/JCALL/JScripter
Pops up a error message box displaying the result of the concatenation of the parameters passed.
î A multiple of S-type and D-type parameters can be passed.
Their string representations are concatenated and displayed in the message box.
& MsgErr2, MsgBox, MsgBox2
JoPPS/JCALL/JScripter - v2.0
Pops up a error messagebox displaying the result of the concatenation of the parameters passed.
î Stitle is the messagebox caption followed by a multiple of S-type and D-type
parameters can be passed.
Their string representations are concatenated and displayed in the message box.
& MsgErr2, MsgBox, MsgBox2
JoPPS
Returns the number of messages in the JoPPS message pane.
ì The number of messages in the message pane. (both messages and errormessages)
& MsgPaneErrCount
& see also 3. Using JoPPS-Script in JoPPS
JoPPS
Returns the number of errormessages in the JoPPS message pane.
ì The number of errormessages in the message pane. (only the errormessages)
& MsgPaneCount
& see also 3. Using JoPPS-Script in JoPPS
JoPPS
Returns a message from the JoPPS message pane.Dmsgindex is the message index (eg. the line) of the message in the message pane.
ì The message at line Dmsgindex in the message pane.
& MsgPaneGetErrCode
& see also 3. Using JoPPS-Script in JoPPS
JoPPS
Returns an errorcode from the JoPPS message pane.
î Dmsgindex is the message index (eg. the line) of the message in the message pane.
ì The errorcode of the message at line Dmsgindex in the message pane,
if the errorcode equals 0 the message at index Dmsgindex is a message
instead of an errormessage.
& MsgPaneGet
& see also 3. Using JoPPS-Script in JoPPS
JoPPS
Returns the state of the message pane in JoPPS.
ì Returns TRUE is the JoPPS message pane is currently open, otherwise FALSE is returned.
& OpenMsgPane, CloseMsgPane, OutputMsg
& see also 3. Using JoPPS-Script in JoPPS