1. 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

new topic     » topic index » view message » categorize

2. Re: TEDIOUS MSG

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.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu