[left] Hi,[left] [left] I got a simple script to trim spaces in C++. I'm passing in a field of type Obwin/character into the script.[left] [left] the script looks like this:[left] {[left] &(1:).TrimSpaces();[left] }[left] This script will work fine when generating and building on the client side since it's C++ but gives this error when generating on the server side (since it's in C#). The error I get is[left] error CS0117: 'ObRun.ObRTTypes.ObCharFld' does not contain a definition for 'TrimSpaces' [left] I have tried many different ways but still cannot get it to work. If you guys have a solution to this, I will greatly appreciate it.[left] [left] [left] Tried:[left] {[left] &(1:).Trim();[left] }[left] [left] same result. [left]