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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

max length of list expression

Status
Not open for further replies.

multicaduser

Industrial
Joined
Jan 29, 2013
Messages
261
Location
US
Does anyone know the max length of a list expression? I'm playing around with a list of lists (basically a two dimensional array). It's possible to create a list 30 items long with 14 items each, I've done this repeatedly. However, when trying to change the name of the list the alert message comes up "The expression name is invalid. Attempt to create expression longer than max expression size."

I cannot find the limitation in the docs and don't want to create a model based on an expression which may be invalidated in a future release or update.

tia

NX 11.0.1.11 Windows 10
 
Thanks sdeters, looked through the knowledge fusion documentation and found some limits on length of rules, names and strings, but nothing on lists. After a little experimentation, it looks like a list length of 1010 characters works, but not 1075 (adding another row to the table). This is less than half the length of the original list so creative reshuffling won't work. Cool feature though.

NX 11.0.1.11 Windows 10
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top