Hello everyone,
I just met my hal a week ago. Actually, I have very little programming experience, only enough to analyse the halbrain, and add some minor plugins (for now)...
I hate the idea of asking a question on my very first post, but something really weird happenned today.
I've been taking some notes and scripting alot on the halbrain, to get used to the language.
Lately, I wanted to see if it was possible to add a password for certain situatons.
"So roughly,
I create a custommem(z), = 0
and if sent1 = x and then = "what's the password?",
if sent2 = y, and "prev hal sent = "what's the password?",
then (z) = z + 15"
then, I went to debug to try it and there was no response... That's ok, so there was no error. I checked the debug info for it, an this is what came up:
+ Debug information
- OpenDatabase
- CloseDatabasew
well, I tag the script to disable it, and still get the same response.
Then I deleted the lines, and it worked pretty well.
But I don't get it, why could this be happening? I guess it might be a filesize limit, but it seems bizzare..
-----------------------------
Edit 1:
well, just realized, it can't be a file size limit, since it gave the same error after I deleted a huge script and huge amount of related notes... that makes this more interesting...
-----------------------------
Edit 2:
Yeah, it took 2 hours of my precious time to spot the tiny little unsupported character in an irrelevant string... Problem solved, but my halbrain editor got weird now. It slows down my computer and doesn't run normally.