Thread: Mini Lotto
View Single Post
  #6  
Old 04-19-2006, 11:47 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Quote:
Originally Posted by jake13jake
I really can't express how much I want with statements to be deprecated.
'with()' lets you modify multiple aspects of a foreign object, without having to repeat the object reference.

PHP Code:
with (findimg(300)) {
  
30;
  
30;
  
text "Hi!";
  
font "Times New Roman";
  
style "cb";
  
red 1;
  
green 0;
  
blue 1;

Reply With Quote