Code:
[/code]on *:text:!phone *:#: {
  var %text = $read(phone.csv,w,$2- *)
  if (%text == $null) msg $chan No show found for $+(",$2-,")
  else {
    tokenize 47 %text
    msg $chan  $+(",$1,")  $2  $3*
  }
}[code]


I got it do read what I want, but it cuts the end of the line off.

It is a long line of text, Includes name, nickname, 2-3 phone #'s country, cell provider, and a link to the cell SMS web page.

It cuts off 75-95% of the web link. Can it be fixed do display all the info?

Thank you