Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 3 replies, 0 views
Replied In
Text with concatenated string fails to build
Yeah..figured this out just before....using this now (works but maybe not the correct way ;o):
let address = order.firstName + " " + order.lastName + "\n" + order.address + "\n" + orderZIP + " " + order.city
Text(address)
But a computed var might be even better...