Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

AutoLISP error when ported from R14 to M6 1

Status
Not open for further replies.

tluxon

Mechanical
Joined
Jan 11, 2001
Messages
107
Location
US
I have a lisp routine that flags a note's number and removes the period when selecting the note.

It worked flawlessly in R13 and R14, but now that we've started to use Mech 6 I get the error,
&quot;< incorrect object to bind: T >&quot;.

Anybody know what this means?

Thanks,

Tim
 
It may be that the routine uses &quot;T&quot; as a variable, which is allowed but not recommended as it is an AutoLisp internal symbol. It seems to be allowed in R14 and R2000 anyway.
 
That's gotta be it! Thanks for the tip.

Tim
 
BTW, should I assume that &quot;F&quot; fits in the same category? I've been unable to find any programming information in the documentation that came with our Mech6/Inventor5 combo.

Thanks,

Tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top