I Known formatDuration() output is a string like 3 seconds is there a command to convert a string in to a numeric value
Can a string be converted to a numeric value
lflorack
#4
It shows that number is an Alias of decimal. So, looking at decimal:
decimal
Syntax - decimal decimal(dynamic value)
Returns - Converts value into a decimal. Returns 0 if value is not numeric.
beau76
#8
ok what i was look for is a way to change the string in to a number so 3 seconds would be 3