P
PolyPusher
Guest
Hi All,
I have the following:
enterPt = enterPoint(?prompts list("Enter Ruler Start Point."))
startPt = geWindowToEditPoint(hiGetCurrentWindow() enterPt)
when( startPt
StartPtx = xCoord(startPt)
StartPty = yCoord(startPt)
)
StartXY=list(StartPtx:StartPty))------->>>>>>>>>>>> not working!
If StartPtx is 1 and StartPty is 2, the output I am looking for is
coordinates
1:2. This is to pass coordinates to SKILL that expects something
like
20.875:218.505. So really I don't want even a list.
Thank you for any help inadvance,
PolyPusher
I have the following:
enterPt = enterPoint(?prompts list("Enter Ruler Start Point."))
startPt = geWindowToEditPoint(hiGetCurrentWindow() enterPt)
when( startPt
StartPtx = xCoord(startPt)
StartPty = yCoord(startPt)
)
StartXY=list(StartPtx:StartPty))------->>>>>>>>>>>> not working!
If StartPtx is 1 and StartPty is 2, the output I am looking for is
coordinates
1:2. This is to pass coordinates to SKILL that expects something
like
20.875:218.505. So really I don't want even a list.
Thank you for any help inadvance,
PolyPusher