What is the solution for the long line ?
#8

Quote:
Originally Posted by Corekt
Посмотреть сообщение
You can break the line after each comma, and/or within the string itself using a backslash (\):

pawn Код:
List[playerid] = TextDrawCreate(171.875000, 175.583374,
    "- dsajklasd mdsal;ds kl;sald ndsladls;akdl jkdjsalkjdksajdkjaskdjskajdlksajdlksa \
    ddksalkd;lsak ddhsaksad l'asd hkldsad 'pidsajlsd ksad hdsasd jdsal' dsa."
);
Error turns to >>
Код:
(8089 -- 8090) : error 075: input line too long (after substitutions)
Quote:
Originally Posted by Corekt
Посмотреть сообщение
If the string is still too long, separate them into different parts then join them using strcat.
can you please explain more ?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)