View Single Post
  #31  
Old 11-26-2005, 05:49 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
PHP Code:
function doOperator(var1operatorvar2) {
  switch(
operator) {
  case 
"+":
    return 
var1 var2;
    break;

  
// etc..
  
}

__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote