Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 25.0.1 ]
Hello,
Imagine I have a string label "test" created in a 3D object.
If this label is assigned with an empty string (""), I noticed the following:
myObject.test.length returns 1
myObject.test.as(string).length returns 0
Why does that happen?
Solved! Go to Solution.