LengthVarChar Function (Repository Module)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Returns the number of characters in a target ASCII string.
LengthVarChar(@string : Text)
Arguments
@string
Type: Text. The target ASCII string.
Return Types
Integer64