This command clears the RS232 input buffer and the variable named MySVar "RS0_n" for COM port n.
Syntax
FL0 port_number
The port_number must be from 0 to 12.
Return value
This command does not return a value.
Notes
In most cases, this command actually closes the COM port. This allows you to run one template with RS232 entry and then close the COM port (FL0), leave this first template open on the workstation, and then run a second RS232-entry template on the same workstation.
In a client session under Citrix or Terminal Services, this command does not close the COM port. It simply clears all characters from the COM port by reading them.
|
|
Examples
FL0 0
This command clears the RS232 input buffer for COM port 0, and it resets MySVar "RS0_0" to an empty string.