Tag Archives: “LEN” keyword

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 »