Hello. thanks for your help! you saved my life.
Hello. how can I do this but whit variables? I'm triying but i dont why, the result missed the decimals. this is my program: var var1: REAL; var2: REAL; var3: REAL: end_var var1:=100; var2:=40; var3:= var1 / var2; I would expect the value of var3 will be 2.5, but I have only 2 can you help me please.