View Single Post
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 04-23-2009 , 08:38   Re: [TUT] Packed vs Unpacked Strings
Reply With Quote #9

Quote:
Originally Posted by Exolent[jNr] View Post
I have a situation for an MOTD message that has to be formatted with the plugin.
The array for it is a 2500 array and uses the "len += format(motd[len], ...)" method.
Would using packed strings for this work?
No because show_motd would still need an unpacked string.
__________________
joaquimandrade is offline