Sarah83 Posted September 3, 2004 Report Share Posted September 3, 2004 Hi, is there a function to set numeric elements blank like for stings the blank string constant? Quote Link to comment
Paulo Almeida Posted September 3, 2004 Report Share Posted September 3, 2004 Hi, is there a function to set numeric elements blank like for stings the blank string constant? 1628[/snapback] Hi, You can't put numeric elements blank, only zero, NaN or INf, but these two i don't know how to put. Sometimes my numeric elements change to NaN and i don't know know has was happened. You can create a Local variable for your numeric elements and change this local variable to write. and put one zero in this local variable or you can convert the numeric element to a string put this string blank and convert the string to numeric element :!: Quote Link to comment
Sarah83 Posted September 3, 2004 Author Report Share Posted September 3, 2004 Hi, You can't put numeric elements blank, only zero, NaN or INf, but these two i don't know how to put. Sometimes my numeric elements change to NaN and i don't know know has was happened. You can create a Local variable for your numeric elements and change this local variable to write. and put one zero in this local variable or you can convert the numeric element to a string put this string blank and convert the string to numeric element :!: 1629[/snapback] Oh, you're right :thumbup: I choosed the local variable zero Quote Link to comment
didierj Posted September 3, 2004 Report Share Posted September 3, 2004 You can't put numeric elements blank, only zero, NaN or INf, but these two i don't know how to put. Sometimes my numeric elements change to NaN and i don't know know has was happened. If you use SGL, DBL or EXT you can set these "Values" just by typing NaN or Inf into the control or constant. For integer values they are meaningless. Didier Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.