0 Members and 2 Guests are viewing this topic.
Code: [Select]179->AFor(B,0,7)If bit{A*8+B}.Do StuffEndEnd
179->AFor(B,0,7)If bit{A*8+B}.Do StuffEndEnd
{POINTER}→AFor(B,0,7)If AeB.Do StuffEndEnd
What I think should be added is the ability to *set* bits through a method other than ORing or ANDing bit masks, of which not everyone is familiar with
Yeah for some reason it does nothing when the code is archived o.O maybe because it doesnt auto backup when its archived?
Request: Adding a null byte after input.
Quote from: Deep Thought on February 28, 2011, 08:53:27 pmRequest: Adding a null byte after input.You could always add that yourself. In fact, you are probably doing character processing on the string anyway, since input returns a string of tokens.
The problem with backing up things in archive is that there isn't always enough free ram to create the backup (whereas you are guaranteed to have it if it already exists in ram).