Thank you Will!

You have proved my point.

In the example you used it is a "string of length zero" or if you like
an "empty string".

Your example is in fact a constant, that is, "hard wired" into the
source code.

Try...

X = ''
PRINT X

Cheers
Trevor Ockenden
Open Systems Professionals

Can you prove that?
If you examine the opcode of a BASIC program the statement
Print "" translates to
09FF
09 = Print and FF = end-of-string
So "Null" in this case is nothing at all, no code whatsoever.
Will


In a message dated 2/13/2005 3:45:05 AM Pacific Standard Time,
[EMAIL PROTECTED] writes:

> Null will not pass the test as null is CHAR(128) and means the value
is
> unknown.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 10/02/2005


__________________________________________________________________
<< ella for Spam Control >> has removed Spam messages and set aside
Newsletters for me
You can use it too - and it's FREE!  http://www.ellaforspam.com

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 10/02/2005
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to