Use double for local type, not float.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
program sncExample
|
||||
float v;
|
||||
double v;
|
||||
assign v to "{user}:xxxExample";
|
||||
monitor v;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user