The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Replace (Dictionary) operator has problem
kazemi_asghar
Member Posts: 8 Learner I
in Help
hi.
i want to replace some codes whit cities name's.but i have a problem.
for example imagine this:
1----> A
2----> B
12----> C
but when i run my process instead of replacing "12" whit "C", it replaces "12" whit "AB"
I would appreciate it if help me.
Tagged:
0
Answers
Dortmund, Germany
Dortmund, Germany
This way the system knows it needs to replace the full number (12), and not 1 and 2 as that would be the default otherwise.