MSys Undefined Command

MSYS AmigaOnly

Returns the measurement system abbreviation of the specified coordinate.

msys (coord)

coord/s The coordinate to get the measurement system abbreviation of.

Notes:

This is a function, not a command. It is only available when the Soft-Logik ARexx support library is added to your ARexx script. i.e., addlib("softlogik:libs/slarexxsupport.library", 0, -30)

Returns:

The returned string will be set to the appropriate abbreviation:

inches i
centimeters cm
millimeters mm
picas p
points pt
printerpicas pp
printerpoints ppt
ciceros c
didotpoints d
feet f
meters m

Examples:

getbox position coord
say msys(coord.left)

 

MSys  Command Definition  url:PGScmd/msys
  created:2006-03-30 17:10:47   last updated:2006-03-30 17:10:47
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For MSys
There are no user contributed comments for this page.