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.

Splitting a string after x caracters

Old posts that have not been replied to for several years.
Locked
-
-W0kk3L-
Voice
Posts: 24
Joined: Sun Feb 23, 2003 7:23 pm

Splitting a string after x caracters

Post by -W0kk3L- »

Can someone help me out?

I need to split up a line (which is about 400 caracters) after every 44 chars. After each 44 chars, it needs to output that part to a channel till the line of 400 chars is completely done.

Can anyone help me out? It's probably a small piece of code, but i can't seem to figure it out :)
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Have a look at this thread
-
-W0kk3L-
Voice
Posts: 24
Joined: Sun Feb 23, 2003 7:23 pm

Post by -W0kk3L- »

Thnx :)

I was already searching the forum for a long time, but i must have missed it. :)
Locked