Re: A little help needed please.

Posted by Jean Claude Servaye on May 12, 2001 at 02:47:14:

In Reply to: A little help needed please. posted by Burnard Mathews. on May 12, 2001 at 02:28:03:

if something <> '' then

Here, something is a string (text) and we check if the text is different from "nothing"

if something <> 0 then

Here something is is a number and we check if this number is different from 0 (zero).