Gurus,
I've beenexperimenting with the patternednumbers for a dial, but I've run into a problem. I am trying to get 0° through 350°to display on a circle. I've created a parameter 'DEG' and defined it as integer. SD8 is the patterned radial dimension. I generated the relation:
&DEG=itos(sd8)
and placed that parameter into my sketch. However, I can't get the '0' degrees number to show, instead I'm getting '***'.
When I remove the 'itos', I get '0.0000000000', but for some reason it won't display just the integer '0'. Any ideas? I did also notice that the parameter gets converted from an integer to a real number when the dimension is assigned, so I'm unable to force it in that manner.
Thanks,
Eric
Setting the value to "0" works, but it shows up as a real number "0.0000000". If there's any easy way to truncate it, that would be fine.