EN 776 documents

Engine Help: W

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

9 documents found

@WaitNTComPortEvent

Function Version 4.00

Only for Engine under Windows! Waits for a specific event that occurs on the COM port identified by OSCOMHANDLE OSCOMHANDLE1. If FN MASK2 is not specified, the current setting applies. Otherwise, the valid event mask is …

@Weekday

Function Version 1.90

Returns the weekday of TD/TDLIST TD1/TDLIST1 as a NUMBER between 1 (Sunday) and 7 (Saturday).

@Word

Function Version 1.90

Returns the word at position FN/FNLIST POSITION3 from TEXT/TEXTLIST TEXT1/TEXTLIST1, using TEXT/TEXTLIST TEXT2/TEXTLIST2 to define a delimiter text that separates the words. For both TEXTLIST2 and POSITION3 in the list c …

@WriteBuffer

Function Version 5.00

Writes the contents of a variable from the current position; see @GetPosBuffer/@SetPosBuffer, to the BINBUFFER identified by BUFFERHANDLE BUFFERHANDLE1. Currently, the following data types are supported for VAR2: TEXT TE …

@WriteNTComPort

Function Version 4.00

Only for Engine under Windows! Outputs the contents of a variable of type TEXT, FN, or TD to a previously opened COM port.

@WriteOSComPort

Function Version 3.00

Example: @WriteOSComPort(OSCOMHANDLE1;TEXT2) OSCOMHANDLE1:=@OpenOSComPort("COM1"); TEXT2:="TestText"; @WriteOSComPort(OSCOMHANDLE1;TEXT2); FILEHANDLE1:=@CloseOSComPort(OSCOMHANDLE1); Opens a COM port, writes "TestText" t …

@WriteOSFile

Function Version 1.91

Writes the contents of TEXT/FN/TD TEXT2/FN2/TD2 to the OSFILE identified by FILEHANDLE FILEHANDLE1. If the operation was successful, 1 (NUMBER) is returned. The optional parameter TEXT TEXTWRITETYPE3 specifies the write …

@WriteVarOSFile

Function Version 5.00

Writes the complete representation of the variable VAR, including all associated metadata, in binary form to the OSFILE identified by the FILEHANDLE FILEHANDLE1. If the operation is successful, 1 (NUMBER) is returned. A …

Windows

Text Version 1.90

Windows is a registered trademark of Microsoft Corporation. Note : This text was machine-translated and may contain inaccuracies.