Posted By
Kzvin
Feb 13, 2026 12:03:00 PM
Found In
Egroup:
Advanced Software
\
view thread
Hi, The issue is most likely that you’re mixing String Formatter syntax with an Expression Evaluator. The :n0 format belongs to the String Formatter (text formatting), but you’re using an Expression Evaluator (numeric calculation). When Optix encounters :n0 inside a math expression, it cannot evaluate ...
|