[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: implicit_str_to_num_ok=1
From: |
dirk |
Subject: |
Re: implicit_str_to_num_ok=1 |
Date: |
Mon, 5 Jul 1999 11:29:32 +0200 (SAST) |
Daniel Heiserer wrote:
>
> I try to write my code non-braindead compatible
> IN ORDER TO POSTE IT TO THE SOURCE LIST, not for my own!
> There are some non-braindead features which make me
> really sick.
>
> Does anybody in this list runs with "implicit_str_to_num_ok=0"
> or lets say *REALLY* *NEEDS* "implicit_str_to_num_ok=0".
>
> If this is not the case I would recommend to make
> "implicit_str_to_num_ok=1" the default and kick the feature
> "implicit_str_to_num_ok=0" out.
The only way to write portable code that remains user-friendly is to
ignore all defaults, save all builtins that might affect your code,
set them to what you require, and restore them before exiting.
Dirk Laurie
---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL. To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------
- Re: implicit_str_to_num_ok=1,
dirk <=