Thread: Editing params
View Single Post
  #1  
Old 04-08-2007, 10:14 AM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Editing params

Would it be possible for this feature to be added:

PHP Code:
this.doActionTest(5.66"heya!");
function 
onActionTest(int(moneyValue), string.substring(2))
  echo(
temp.moneyValue SPC temp.string); 
Would return

PHP Code:
6 ya
I think it'd be usefull although it could cause problems... :[
Reply With Quote