Hi everybody! I've a list like this:
$name1, $name2, $name3, I'd like to replace comma with *=rs["value"];* where value must be the code before comma to get following result: $name1=rs["name1"]; $name2=rs["name2"]; $name3=rs["name3"]; can I use regular expression to it? Thanks in advance ciao h. -- <http://forum.pspad.com/read.php?2,60976,60976> PSPad freeware editor http://www.pspad.com
