MC-Basic:NOOFCOORDINATES

From SoftMC-Wiki
Revision as of 14:41, 20 March 2014 by Lisa (talk | contribs) (Text replace - "Version 4.9.11 and up." to "Since Version 4.9.11")
Jump to: navigation, search

Returns the number of coordinates of a point.

Syntax

<long_variable> = noofcoordinates (<point_expression>)

Availability

Since Version 4.9.11

Type

Long

Scope

Configuration, Task, Terminal

Examples

LongVar = NOOFCOORDINATES(#{0.0, 10.0, 20.0})

? NOOFCOORDINATES(JointVar)

LongVar = NOOFCOORDINATES(Robot.PCMD)
 

See Also