View Single Post
  #3  
Old 06-29-2006, 04:43 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by JustBreathe
temp.a = "temp.b = 3";
echo( temp.a.substring( 0 , temp.a.pos("=") ) );

? Might that what you be searching for?
Thanks a ton, never knew about the pos command.
Reply With Quote