Change decimal point into a comma for Eropean Price Points
hiddevandijk
Member Posts: 17
Hi There,
I actually have two questions:
1. Can you combine 2 cells of text from a table? For example:
Cell 1 contains: €
Cell 2 contains: 0,25
The readout combines the two and writes: € 0,25
2. Does anyone know a way the change the decimal point into a comma for a notation like: € 0,25.
I am using tables to save these values, but there I only get 0.25, instead of the 0,25.
Kind regards,
Hidde.
I actually have two questions:
1. Can you combine 2 cells of text from a table? For example:
Cell 1 contains: €
Cell 2 contains: 0,25
The readout combines the two and writes: € 0,25
2. Does anyone know a way the change the decimal point into a comma for a notation like: € 0,25.
I am using tables to save these values, but there I only get 0.25, instead of the 0,25.
Kind regards,
Hidde.
Comments
"€"..cell1..","..floor(cell2*10)
display text --> attribute1..attribute2 (this would need to be added using the expression editor)
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
tableCellvalue(yourtable."yourrow"."Cell1").."0,"..tableCellvalue(yourtable."yourrow"."Cell2")*100
be sure to replace the "yourtable" and "your row" with the actual names of your table and the row