-
Notifications
You must be signed in to change notification settings - Fork 26
Length
Shaun Lawrence edited this page Nov 4, 2020
·
2 revisions
Returns the length of the supplied value
parameter.
Length(value)
The value to find the length of.
Type |
object typically a string is expected but if the value is not a text then ToString is called. |
Required | Yes |
Length("reading between the lines")
Returns an int
of value 25
in this example.
- AddDays
- AddHours
- AddMilliseconds
- AddMinutes
- AddMonths
- AddSeconds
- AddYears
- DayOf
- HourOf
- MillisecondOf
- MinuteOf
- MonthOf
- SecondOf
- YearOf
- DaysBetween
- HoursBetween
- MillisecondsBetween
- MinutesBetween
- SecondsBetween