Dear Forum,
One of my variables got imported as long data type. The issue that I am experiencing is when I add this variable to other variables which are classified as float I get results which do not make sense.
For eg. one of the values of the long variable is 10, when I add it to another float variable whose value is 640 , I get the result as 715.
When I use the display command the long variable, which shows up as 10 shows up as 75.I want the variable to reflect the displayed value which is 10. can you please advise how can I resolve this.
. display level_change
75
One of my variables got imported as long data type. The issue that I am experiencing is when I add this variable to other variables which are classified as float I get results which do not make sense.
For eg. one of the values of the long variable is 10, when I add it to another float variable whose value is 640 , I get the result as 715.
When I use the display command the long variable, which shows up as 10 shows up as 75.I want the variable to reflect the displayed value which is 10. can you please advise how can I resolve this.
. display level_change
75

Comment