Difference between revisions of "MC-Basic:CLOSE"

From SoftMC-Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:CLOSE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 41: Line 42:
 
* [[MC-Basic:PRINT HASH|PRINT HASH]]
 
* [[MC-Basic:PRINT HASH|PRINT HASH]]
  
[[Category:Axystems:MC-Basic:File Management|CLOSE]]
+
[[Category:MC-Basic:File Management|CLOSE]]
 
}}
 
}}

Latest revision as of 05:53, 26 April 2017

Language: English  • 中文(简体)‎

Ends I/O to a serial communication device.

<DeviceHandle>: a serial port handle

Syntax

Close #<DeviceHandle>

Availability

Since Version 4.0.0

Type

<DeviceHandle>: Long

Range

<DeviceHandle>: 1 to 255

Scope

Configuration, Task or Terminal

Limitations

Write only

Examples

Close #2

See Also