in reply to Re^3: Matching part of a line and saving it into a variable
in thread Matching part of a line and saving it into a variable
if($1 == 0)
I took the regex match and the printing code and replaced the code I had before and it worked marvelously, thanks so much. Now I need to play with the $last $first $mi variables and figure out how to output them into a javascript array. I might be back later on this evening unless I can figure it out.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Matching part of a line and saving it into a variable
by fidesachates (Monk) on Mar 14, 2011 at 20:48 UTC |