Len

Returns the length of characters

Function:

Len(table = string, col = string, new_col = string)

 

Parameters:

Table: Table name on which to perform function

Column: Column to perform Len

New Column Name: Name for new column

 

Examples:

Len(table = Budget, col = "Amount", new_col = Len_Amount)