1. TEDIOUS MSG
- Posted by Jean Hendrickx <jean.hendrickx at INFOBOARD.BE> Mar 19, 1997
- 1085 views
To all, Hi. To avoid the tedious message 'the value assigned to variable x ... is never used' when I set : x = graphics_mode(18) for example, I add next x = x. In fact x is NEVER used ! Do you know a better trick ? Thanks. JEECEE
2. Re: TEDIOUS MSG
- Posted by "Lucius L. Hilley III" <luciuslhilleyiii at JUNO.COM> Mar 19, 1997
- 1088 views
On Wed, 19 Mar 1997 18:40:54 +0100 Jean Hendrickx <jean.hendrickx at INFOBOARD.BE> writes: >---------------------- Information from the mail header >----------------------- >Sender: Euphoria Programming for MS-DOS ><EUPHORIA at MIAMIU.ACS.MUOHIO.EDU> >Poster: Jean Hendrickx <jean.hendrickx at INFOBOARD.BE> >Organization: Infoboard Belgium >Subject: TEDIOUS MSG >------------------------------------------------------------------------------- > >To all, >Hi. To avoid the tedious message 'the value assigned to variable x ... >is never used' when I set : x = graphics_mode(18) for example, >I add next x = x. >In fact x is NEVER used ! >Do you know a better trick ? Thanks. >JEECEE > if graphics_mod(18) then abort(0) end if no value is used AND it checks for errors. --Lucius Lamar Hilley III -- E-mail at luciuslhilleyiii at juno.com -- I support transferring of files less than 64K. -- I can Decode both UU and Base64 format.