#Retrieving numbers from a text variable

1 messages · Page 1 of 1 (latest)

sly river
#

Split at space

#

And parse

#

Split, well, splits a string

#

”here is an example” split at “ “ = “here”, “is”, “an”, and “example”