View Single Post
  #2  
Old 06-29-2006, 12:50 AM
JustBreathe JustBreathe is offline
Registered User
Join Date: Jun 2006
Posts: 59
JustBreathe is on a distinguished road
temp.a = "temp.b = 3";
echo( temp.a.substring( 0 , temp.a.pos("=") ) );

? Might that what you be searching for?
Reply With Quote