Quote:

substr() - returns a substring of string
RETURN_VALUE = substr(STRING_TO_CUT,START_POSITION,LENGTH_OF_SELECTION)

substr($,1,2)+SubSTR($,4,1)+SubSTR($,6)




why not
substr($,1,2)+SubSTR($,4,1)+SubSTR($,6,5)

Is the command case-sensitive?