Skip to main content
1-Visitor
September 10, 2018
Question

Parameter maximum value

  • September 10, 2018
  • 2 replies
  • 2535 views
Hello

If we create a string type parameter, what max number of characters can be set for a value of parameter?

Is it possible to store 300 characters as a value of parameter... If yes, what is the solution...? If no, is there any alternative for this solution..? Note we cannot use ... Parameters only we need to use due to dependency of other programs.

Any idea would be of great help.

Thanks in advance....!

Regards
Ketan
This topic has been closed for replies.

2 replies

23-Emerald IV
September 10, 2018

Creo hard limits parameters to 80 characters and there is currently no way around this.

https://www.ptc.com/en/support/article?n=CS61011

23-Emerald III
September 10, 2018

What are you trying to accomplish with a 300 character parameter string?

 

You can create 4 parameters to capture the information, then concatenate them into a string for placement on a drawing.

 

1-Visitor
September 11, 2018

We need to pass parameter value to other progame and that mapping is there for only parameters. Not for note...

23-Emerald III
September 11, 2018

Integration wasn't thought out too well.

 

Can you pass multiple parameters to your other program and then do the concatenating?