Hi! Is it possible to add a "tab" char to add a space in a string to build a table like structure in one text object and without using multiple text objects?
use expression: newline
newline will not work for this. it will add a linebreak.
I need fixed spaces to build a table structure. :)
Develop games in your browser. Powerful, performant & highly capable.
Then just create constant string variable (e.g "tab") and write there as many invisible spaces as you want.
Use this variable then instead of writing spaces manually.
"Name" & tab & "Address" & tab & "Phone"