Difference between revisions of "MC-Basic:SYSTEM.HOSTINTEGER"
m (Text replace - "Read-Only" to "Read only") |
m (Text replace - "''<index>''" to "<''index''>") |
||
| Line 6: | Line 6: | ||
|SYNTAX= | |SYNTAX= | ||
| − | ?Sys.HostInteger['' | + | ?Sys.HostInteger[<''index''>]<br> |
| − | ?System.HostInteger['' | + | ?System.HostInteger[<''index''>] |
|AVAILABILITY= | |AVAILABILITY= | ||
| Line 23: | Line 23: | ||
|RANGE= | |RANGE= | ||
MinLong to MaxLong<br> | MinLong to MaxLong<br> | ||
| − | '' | + | <''index''>: integer 1 to 8 |
|UNITS= | |UNITS= | ||
Revision as of 11:07, 20 March 2014
Read the value of a Long variable in DPRAM written by the host. There are 16 general purpose Long variables available for use by the host in order to communicate information quickly to the MC.
| IMPORTANT | |
| THIS PROPERTY IS OBSOLETE |
Short form
Sys.Hint
System.Hint
Syntax
?Sys.HostInteger[<index>]
?System.HostInteger[<index>]
Availability
All versions
Type
Long
Range
MinLong to MaxLong
<index>: integer 1 to 8
Default
0, value of the DPRAM variable
Scope
Task or Terminal
Limitations
Read only
Examples
val1 = System.HostInteger[12]