Post Reply 
Using NULLLAM
02-19-2014, 09:26 PM (This post was last modified: 02-19-2014 09:26 PM by David Hayden.)
Post: #1
Using NULLLAM
I've recently seen code like this in two different places:
Code:

   %1 %2 %3 %4 %5
   NULLLAM #5 NDUPN DOBIND
I was the impression that when using DOBIND, the LAMs had to be quoted like this:
Code:

   %1 %2 %3 %4 %5
   ' NULLLAM #5 NDUPN DOBIND
If you just execute NULLLAM, it appears to push a very small pointer on the stack. Also Chapter 13 of RPLMAN says "Executing an unbound temporary identifier object is
an error condition."

So everything I've seen indicates that one should quote NULLLAM when binding it, but I've run across two cases that don't, and that leads me to wonder if I'm wrong. Can anyone shed some light on this?

Thanks,
Dave
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Using NULLLAM - David Hayden - 02-19-2014 09:26 PM
RE: Using NULLLAM - Raymond Del Tondo - 02-19-2014, 09:57 PM
RE: Using NULLLAM - DavidM - 02-20-2014, 02:03 AM
RE: Using NULLLAM - Raymond Del Tondo - 02-20-2014, 08:40 AM



User(s) browsing this thread: 1 Guest(s)