This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by antsukka
Mon Jan 04, 2010 8:04 pm
Forum: Scripting Help
Topic: Does anyone could help me
Replies: 2
Views: 2275

Not sure if I understood correctly but how about string mapping those reasons like this: set reason [string map {spam "spam is not allowed" flood "flooding causes drowning"} [join [lrange [split $arg] 2 end]]] If you want a separate file, just read the mapping pattern from a file...
by antsukka
Sun Jan 03, 2010 11:46 am
Forum: Scripting Help
Topic: Processing large amounts of data
Replies: 0
Views: 1580

Processing large amounts of data

I'm writing this dictionary style script that is going to have tens of thousands of data entries. Sadly my target server doesn't allow me to install mysqltcl so I'm settling into putting my data into a .csv file (If you have any ideas for data storage that don't require any dependencies I'd like to ...