All pastes #2121813 Raw Edit

Anonymous

public text v1 · immutable
#2121813 ·published 2012-02-26 19:36 UTC
rendered paste body
      var %x = 1
      while %x <= $ini($mircdirmodules\ytp\ytp.cfg,0) {
        echo -a %x
        echo -a $readini($mircdirmodules\ytp\ytp.cfg,%x,Link)
        inc %x
      }