Why would this:

Code:
 
alias updatesearchhistory {
  var %i = 1
  var %numtok = $numtok(%MTsearchhistory,58)
  while (%i <= %numtok) {
    did Autoget 5,203 $gettok(%MTsearchhistory,%i,58)
    inc %i
  }
}
 


take .3 seconds, when this:

Code:
 
 didtok Autoget 5,203 58 %MTsearchhistory
 


takes almost a FULL 2 SECONDS...

Code:

; From the variables page
%MTsearchhistory super mega blah:super blah:blah:brand new:metallica:monsters of rock:alana barinas:david bowie:korn:industrial war:in flames:fear factory:andrew wk:american hi fi:faces game over:bleed on stage:cold cold:2002:lynyrd skynyrd:my immortal:yes:aphex twin:afx:hed pe:billy idol:beastie boys:banshee:bang tango:bad good refug:bad english

; From the dialog definition
combo 5, 186 40 800 100, hide edit drop
combo 203, 60 40 200 100, edit drop hide

 



-eMpTy