I know this has been asked for numerous times, But I felt the need to bring it up again. We are lacking the facilities to easily store and change large amounts of data, besides setting up a complicated XMLRPC/PHP/MySQL system, which frankly is too much hassle for some lesser important jobs. Some commands which I would like to see implemented would be.
llWriteNotecardLine(string NotecardName, integer line, string message);
This command would write 'message' to the desired line of 'NotecardName'. Any other text curently on the line would remain, with 'message' added on.
llReplaceNotecardLine(string NotecardName, integer line, string message);
The same command as before, but it replaces the line instead of keeping previously stores text on the line.
llRemoveNotecardLine(string NotecardName, integer line);
This command could remove a certain line in a notecard.
These commands, in conjunction with the current notecard commands, I feel, would allow most of us to easily store vast amounts of data. Also, you could have objects that give out custom notecards, passwords, and other things that would be more useful being delivered in a notecard. At the moment I have to IM my cutomers their registration codes, and ask them to write the code to a notecard, which is not desirable with such an important piece of information.