Re: Re[2]: [RBASE-L] - SET ZERO

2023-11-08 Thread Tony Luck
thing > ENDIF > > How's your springtime? Bruce > > Bruce A. Chitiea > SafeSectors, Inc. > 1142 S Diamond Bar Blvd # 442 > Diamond Bar CA 91765-2203 > > rby...@safesectors.com > (909) 238-9012 m > > > -- Original Message -- > From "Tony Luck&q

Re[2]: [RBASE-L] - SET ZERO

2023-11-08 Thread Bruce Chitiea
26:46 AM Subject Re: [RBASE-L] - SET ZERO Morning Bruce, Interesting question over the morning cuppa. In general I consider that the "IF varname > 0" is a comparison statement and setting zero on or off doesn't affect the outcome, in saying that however should there be a calculation i

Re: [RBASE-L] - SET ZERO

2023-11-08 Thread Tony Luck
Morning Bruce, Interesting question over the morning cuppa. In general I consider that the "IF varname > 0" is a comparison statement and setting zero on or off doesn't affect the outcome, in saying that however should there be a calculation i.e. set var vresult = (.v1 + .v2 + .v3) prior to the

[RBASE-L] - SET ZERO

2023-11-08 Thread Bruce Chitiea
All: Does SET ZERO affect the parsing of this code: IF varName > 0 THEN ... where varName is INTEGER? In other words, is that expression considered to be a mathematical expression by the parser? From R:SYNTAX: "SET ZERO allows a null to be treated as a zero in a mathematical expression