Code:
alias NEW {
  set %is-item $$1
  set %is-value $$3-
  echo -s %is-item == %is-value
}


This is my code, now if I do /new testing blah is testing blah123
I get testing == blah testing blah123

so i tryd to make with the $pos to return the number where "is" is, then i used $left with the number from $pos.

Only then if i do "/new 324092is is testing" i get "324092"

Last edited by JoWie; 07/09/03 05:01 PM.