alias parsetest {
var %t = XXXXXXXXX '1''HorseC''HC_afk''founder''''male''us''xxxxxx N.Y.''0000-00-00''us,mirc''mIRC, scripting, Eggdrops, programming''horsec.jpg''xxxxx@sxxxxx.net''sales, strong computer background''http://forum.mirc.org''#mIRC'
noop $regex(%t,/'([^']*)'/g)
var %n = 1
while (%n <= $regml(0)) {
var -s %chunk. $+ $v1 $regml($v1)
inc %n
}
}