JoPPS/JCALL/JScripter - v2.0
Suspends script execution for Dmillisec milliseconds.
WeekOfYear ([Ddatetime]) : Dweek
JoPPS/JCALL/JScripter
Returns the week of the year.
î If no parameter is given todays date is used as input,
the optional Ddatetime argument specifies an alternative date.
ì Dweek is the week of the year.
7 Example :
OutputMsg("We are today in week "+IntToStr(WeekOfYear)));
& Now, Day, Month, Year, DayOfWeek, DayOfYear
JoPPS/JCALL/JScripter
Maximizes the JoPPS main window.
JoPPS/JCALL/JScripter
Restores the JoPPS main window to its original size.
JoPPS/JCALL/JScripter
Writes information to a file.
î The output file specified by the file handle Dh,
Sbuf is a S-type variable holding the data to be written,
Slen is the maximum number of bytes to write
ì The number of bytes actually written.
& WriteLn, TextOut, CharOut
JoPPS/JCALL/JScripter
Writes information to a textfile as a line of text.
î Dh is the filehandle followed by one or multiple S or D-type parameters.
The parameters are concatenated and make up one line of text in the textfile.
& OpenFile, OpenWrite, Write, TextOut, CharOut
JoPPS/JCALL/JScripter
Writes information to a textfile.
î Dh is the filehandle followed by one or multiple S or D-type arguments.
& OpenFile, OpenWrite, Write, TextOut, CharOut