navigate  
  Home
Contact Us
Store
Library
Forums
 
     

  Forums

Forums » Customization » CIRDIM - TEXT STRING? Messages in this topic - RSS
|
23.10.2004 11:06:24


Posts
For some reason I can't get CIRDIM to use a string?

Here's my example:

NoteState
MASKCLEAR
LEVEL hLevel0, , , 1

STRING $LabelText
$LabelText = "BREAK ALL EDGES\n1/32 R."

MASKENTITY 3
CLEAR hArc
HENTITY hArc
GETENT "Select arc to dimension", hArc, , 0, 0, 1, 0, 0

if (@error != 0)
exit

CLEAR locText
HLOCATION locText
GETPOS "Indicate dimension text position", 1, locText

if (@error != 0)
exit

CIRDIM 1, $LabelText, locText, , , , hArc, , , , ,hLevel0
NoteState
23.10.2004 11:07:08
CKDExpert
CKDExpert
Posts 131
Use somthing like this:
SPRINT $LabelText,"BREAK ALL EDGES\n1/32 R."

I am not sure if the "/n" will cause the line return in a string. However you can try!
23.10.2004 11:07:58


Posts
Thanks for the reply but it didn't do any different.....any other suggestions would be appreciated
23.10.2004 11:08:39
CKDExpert
CKDExpert
Posts 131
I sent you a CDL to Try It should do what you are looking for!
It does look as if the string function is broken for the Circle Dim!
23.10.2004 11:09:39


Posts
Thanks for the CADL this will be great for another application we are using. I does look as if the Cirdim does'nt function properly. Hopefully it will get fixed in the future...
pages: 1
|

Forums » Customization » CIRDIM - TEXT STRING?