Forum Discussion

acesario's avatar
acesario
Contributor II
5 years ago

Is there a better way to simply convert an array to a string?

When I do a get from a given web service, I often have a single value being returned, but within an array. What happens is I end up with this type of output [“Andrew”] rather than say “Andrew” In ...