Difference between DataLength and Length functions
I was looking into the List of functions available in ACS. I saw two functions DataLength and Length.
| Name | Description | Syntax |
| DataLength | Returns the number of characters in a string | DataLength(<String>) |
| Length | Returns the string length | Length(<string>) |
What is the difference between these two functions. Is the difference related to Unicode character length ?
