Method: TrimValue() Zoltán Mikolás October 15, 2025 16:01 Updated Syntax Remarks Example Trims all whitespace out of the Value property Syntax void TrimValue() Remarks Trim only makes sense on string values, so if called on a non-string Value, it will be converted into a string. Example Value = "Fuel Capacity"; TrimValue(); // Name is now "FuelCapacity" Related articles Method: Trim( … ) Method: TrimName() Method: Join( … ) Method: Make( … ) Scripting - Introduction Comments 0 comments Please sign in to leave a comment.
Comments
0 comments
Please sign in to leave a comment.