How can you convert string to int val and then back to int val again?
This does not seem to work.
Note dataArray(i) only stores int values but Cost1.Text is a string (but numerical like 2.43)
thnx
This does not seem to work.
Note dataArray(i) only stores int values but Cost1.Text is a string (but numerical like 2.43)
Code:
MainScreen.Cost1.Text = Convert.ToString(Convert.ToUInt32(MainScreen.Price1) * dataArray(i))