How to in an array go from integer to decimal by multiply by 100?

PaulS:
Anywhere you like. What, EXACTLY, do you want to multiply by 100?

It seems to me that you want to multiply the values stored in the first two elements of the array, and later divide them. But, I could be wrong. I was once.

Hehe.. You are right, misunderstanding is the biggest issue. But you are totally right. It's the 2 first elements of the array that only give the temperature and humidity as an integer and i want to have at least one decimal.

I know almost everything about harvesting crops but this is really something else. I am sure i some time ago read that the easiest way is to use an integer and multiply with 100 to include the decimals and later divide it again. Maybe i misunderstand, but i cant figure it out.