_Teen_ commented on a Page, Channel Topic Design  -  Oct 19, 2010

as SunnyD said, who said to u thats dont need a closing bracket?

look at this example

in this first example i will put a while event

alias fd {
  var %x = 1
  while (%x <= $len($1-)) {
    echo -a $left($1,%x)
    inc %x
  }

  alias hhs {
    var %x = 1
    while (%x <= $1) {
      echo -a %x
      inc %x
    }
  }

if we ''think'' in the same way as u think, when we type, /fd test, it will create a loop, then when we type /hhs 10, it will not work, so when we close the bracket, its work fine...

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.