Raised This Month: $ Target: $400
 0% 

Again input line too long error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Hunter-Digital
Veteran Member
Join Date: Aug 2006
Location: In the Game [ro]
Old 07-22-2011 , 11:08   Re: Again input line too long error
Reply With Quote #1

Just to be sure you're not gonna use format() with back copy, I'll show you the method:

Code:
new msg[2048]
new len = 0

len += formatex(msg[len], charsmax(msg) - len, "<html>")
len += formatex(msg[len], charsmax(msg) - len, "<head></head>")
len += formatex(msg[len], charsmax(msg) - len, "<body>%s</body>", "wtf")
len += formatex(msg[len], charsmax(msg) - len, "</html>")
Still, I think add() could work instead of formatex() aswell... but I never used it =)
__________________
Hunter-Digital is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:00.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode