Skip to main content
Announcements
Jan 15, Trends 2025! Get expert guidance to thrive post-AI with After AI: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
juandevqlik
Contributor III
Contributor III

Add blank spaces into a dimension

Hi,

I have the dimension vAmount = 100 $

I would like to concatenate with other dimensions but i need spaces between one dimension and other. When im doing vAmount & ' ', it only adds one space, how can i add more spaces?

Thanks

Labels (3)
1 Solution

Accepted Solutions
juandevqlik
Contributor III
Contributor III
Author

I found the solution: Repeat(Chr(160),4)

4 = number of white spaces 

View solution in original post

1 Reply
juandevqlik
Contributor III
Contributor III
Author

I found the solution: Repeat(Chr(160),4)

4 = number of white spaces