Skip to main content
9-Granite
October 9, 2025
Solved

How create parameters with accentuation using Model Check?

  • October 9, 2025
  • 1 reply
  • 384 views
I am using Creo Parametric Release 10.0 and Datecode10.0.8.0

How create parameters with accentuation using Model Check?

Here are the errors that I faced
I'd like to create parameters via model check, but it's absolutely essential that the parameters have accents.
Here's an example:

ASM_PARAMETER DENOMINAÇÃO STR EQ PDM
PRT_PARAMETER DENOMINAÇÃO STR EQ PDM
DRW_PARAMETER DENOMINAÇÃO STR EQ PDM
    Best answer by Mahesh_Sharma

    Hi @Victor_Brumatto 

     

    I think setting MC_SUPPORT_LEGACY_STRING to Y in config_init.mc should help you. 

     

    Reference article https://www.ptc.com/en/support/article/CS210551 

     

    Thanks. 

    1 reply

    22-Sapphire I
    October 9, 2025

    Hi @Victor_Brumatto 

     

    I think setting MC_SUPPORT_LEGACY_STRING to Y in config_init.mc should help you. 

     

    Reference article https://www.ptc.com/en/support/article/CS210551 

     

    Thanks. 

    9-Granite
    October 11, 2025

    Tks for help me.