DataLength function returns the number of bytes occupy in a variable. It also considered the spaces also. Length function returns the number of characters in a variable. It also removes the trailing spaces and then return the length.
DataLength function returns the number of bytes occupy in a variable. It also considered the spaces also. Length function returns the number of characters in a variable. It also removes the trailing spaces and then return the length.