Hi,

I specifically stated for those wondering how it could be scripted

meaning:

1) Only meant for people who do not know how it could be scripted (all the people who have posted so far DO know how lol)
2) Not the only solution, but one of the possible ones.

Yea, that works as well, and it's expanded to any flag, so it's even better :tongue:

Edited
Code:
 
alias load {
  if ($1 !isin -a -ps -pc -pq -pn -pm -ru -rv) { echo -a Incorrect flag -> Possible flags: -a -ps -pc -pq -pn -pm -ru -rv | return }
  tokenize 44 $1-
  var %x = $0
  while (%x > 1) { !load $1 $ [ $+ [ %x ] ] | dec %x }
} 


Btw I like the way you used a 'tokenized' way to loop...that's new to me, I always use vars.

Greetz

Last edited by FiberOPtics; 26/04/04 09:03 PM.

Gone.