genie_0582
New Member
- Joined
- Apr 18, 2011
- Messages
- 3
Hi,
I could not find a thread that talk about this problem, and i do hope there is a solution. I write a very simple Public Function as follow
Public Function y (x As Single) As Single
y=x+5
End Function
When i try it, it gives 0.
When i try it again, it gives the correct answer.
seems like it's not stable.
I could not find a thread that talk about this problem, and i do hope there is a solution. I write a very simple Public Function as follow
Public Function y (x As Single) As Single
y=x+5
End Function
When i try it, it gives 0.
When i try it again, it gives the correct answer.
seems like it's not stable.