Post Reply 
SdFiler error Hp50G
12-14-2018, 10:47 AM
Post: #10
RE: SdFiler error Hp50G
(12-14-2018 12:01 AM)DavidM Wrote:  The problem is that, in both cases, the NULLLAM should be quoted
Oh. That's gotta be a typo, and as such I read right over it without even consciously noticing it. Imagine what happens when your code is called by a program that stored some helper :: whatever ; in the most recent NULLLAM... like something that eats stuff from the stack... All hell's going to break loose. I've never done that obviously, which explains why I never ran into those problems with last stack disabled.
But knowing that TRUE, FALSE, NOP (can push with 'NOP in one command) and friends can safely be used is useful info, thanks. I might use that in the future in place of NULLLAM - but NULLAM itself still has a use: if you use that name for your local variables, there's an equivalent of 2GETEVAL for the first local variable: an unquoted NULLLAM. It might not be quite as fast as 1GETLAM EVAL (not tested, though I'm expecting things to be like that because this is recalling by name instead of by index), but it's shorter, so I prefer placing local-variable-stored subroutines in the first two variables to be able to use that trick.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
SdFiler error Hp50G - Stevetuc - 12-05-2018, 08:28 AM
RE: SdFiler error Hp50G - pier4r - 12-07-2018, 06:18 PM
RE: SdFiler error Hp50G - DavidM - 12-07-2018, 09:40 PM
RE: SdFiler error Hp50G - Stevetuc - 12-07-2018, 11:32 PM
RE: SdFiler error Hp50G - pier4r - 12-13-2018, 07:57 PM
RE: SdFiler error Hp50G - DavidM - 12-13-2018, 08:27 PM
RE: SdFiler error Hp50G - 3298 - 12-13-2018, 11:18 PM
RE: SdFiler error Hp50G - DavidM - 12-14-2018, 12:01 AM
RE: SdFiler error Hp50G - DavidM - 12-14-2018, 12:32 AM
RE: SdFiler error Hp50G - 3298 - 12-14-2018 10:47 AM



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