Tag Archives: Length of a Character String

How to store more than 250 char in sage X3 table

In the Sage X3 application, one of our clients is facing difficulties in storing strings of 250+ characters in Sage X3 tables. The standard for alphanumeric datatype in Sage X3 tables support only a length of 250 characters, and our client wanted to store strings exceeding this limit. To solve this problem, we discovered and… Read More »

How to get the Length of a Character String in Sage X3?

In Sage X3, we may come across various scenarios where we need to get the length of a character string from an existing string. Sage X3 provides “LEN” keyword which returns the length of a character string. Syntax: len(expr_c) Example: # Display the content of the variable DATA with blanks spaces to 25 characters. Output:… Read More »