using regular expression in TextPad, how would you do this?replace
src=''abcd.gif'' OR...
(More)
using regular expression in TextPad, how would you do this?replace
src=''abcd.gif'' OR src=''defg.gif'' OR src=''hijk.gif'' you get the point
with
src=''path/abcd.gif'' or src=''path/defg.gif'' or src=''path/hijk.gif'' where path is inserted between the search terms
basically, i want to add a path in there but keep the beginning and end part
Using photran 5.0 on eclipse (galileo) 3.5. I am having problems using large integers and reals in...
(More)
Using photran 5.0 on eclipse (galileo) 3.5. I am having problems using large integers and reals in calculations, at the moment i am only able to use up to 3E+47, but have no idea how to use larger numbers, i have read this is possible but dont know how to impliment.