Welcome back MacTalk ... I missed you ...
Bigpond New Billing System Widget
I'm almost there .....
I have a sed function that I'm having a problem with, if I can fix this one line of code, I've got it cracked. And its all to do with the way the line of code is interpreted by the runtime module.
I've got to get this line of text into a Javascript variable - exactly as it is:
"var1=`sed -n 's/.*URL=\(.*\)\"\>/\1/p' tmp.html | tr -d '\015'`"
However if I assign the above text to a variable, I get:
"var1=`sed -n 's/.*URL=(.*)\">//p' tmp.html | tr -d '\r'`"
which is no good for the sed editor/parser.
If someone can help me with this, then I've got it beat and will have the Mac Widget for the Bigpond New Billing System working very soon thereafter.
Help!!!! Please ....