PtokaX forum

Development Section => Your Developing Problems => Topic started by: kepp on 08 November, 2003, 15:36:43

Title: is this possible?
Post by: kepp on 08 November, 2003, 15:36:43
allright, let's say
i have a line like this
user:SendData("Hello bla bla bla bla\t\t\t\t\t and this will go on forever")

my question is: can i break it at the midle somewhere?
like:

user:SendData("Hello bla bla bla bla
\t\t\t\t\t and this will go on forever")
Title:
Post by: NightLitch on 08 November, 2003, 15:42:55
use \r\n

\r = read

 \n = new row or line



like this:

user:SendData("Hello bla bla bla bla\r\nand this will go on forever")


/NightLitch
Title:
Post by: Tuben on 08 November, 2003, 17:00:01
If you mean in the script like this.

Temp = ""..
curUser.sName..""

The try.

user:SendData("Hello bla bla bla bla\t\t\t\t\t and"..
.."thiswill go on forever")

Or like he says. \r\n New \t tab