View Single Post
  #3  
Old 01-08-2007, 02:26 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
That really doesn't answer my question. I was using that, but it seems it wasn't moved from GS1 to GS2 right ... for example
PHP Code:
temp.blah "meow";
echo( 
gettextwidth"Arial""b"temp.blah ) ); 
won't work. However
PHP Code:
temp.blah "meow";
echo( 
gettextwidth"Arial""b"meow ) ); 
will, even without quotes around meow ...
__________________

Last edited by cbk1994; 01-08-2007 at 03:23 AM.. Reason: typo
Reply With Quote