View Single Post
12-04-09, 08:53 AM   #5
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Originally Posted by Katae View Post
Code:
local string = "test"
return strtrim(gsub(string,"(%.)","%1\n"))
Splits characters one per line, assuming you can use \n in Pitbull.
Does the same thing as me, but I'm just not that good with all the gsub things.

EDIT: Yours doesn't seem to work.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.

Last edited by nightcracker : 12-04-09 at 08:56 AM.
  Reply With Quote