VarChar Functions

valltrim removes blanks from beginning and end of string

valltrimc alltrim using any trim char

vcenter pad a string to length n by adding characters c equally to the beginning of the string

vcentre pad a string to length n by adding characters c equally to the beginning of the string

vcharadd concatenates two strings

vchardelete deletes characters from anywhere in a string

vlefts get the left most characters of a string

vlen length of a string

vlower converts the string to lower case

vlpad pad a string to length n by adding characters c to the beginning of the string

vltrim remove leading blanks

vltrimc ltrim using any trim char

vpad pad a string to length n by adding characters c to the end of the string

vparse returns what is between tokens c

vpos finds a string in a string

vproper converts the first letter of each word in a string to upper case

vreplicate create a string of n characters using char c

vrights get the right most characters of a string

vrtrim removes trailing blanks

vrtrimc rtrim using any trim char

vsubstring get any portion of a string