... "$1", false);
// yields 12.3
// same expression again but with a different value
v_Test2 = 12.000;
info v_Test2.toString().replaceAll("(\\.\\d*?[1-9])0+$", "$1", false);
// yields 12.000
So ...
... Product 1 TEST001 test2@joellipman.com
0007 Test Product 1 TEST001 This email address is being protected from spambots. You need JavaScript enabled to view it.
The code is a for loop which iterates through each row, assigning an entry for a new product ...
... Status = '2', Tooltip='Some more details'
UNION SELECT Room='TEST2', EventDate = '11:00:00', EventFinish='12:30:00', Status = '2', Tooltip='Some more details'
)
SELECT * FROM Times t
LEFT OUTER JOIN ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.