> Given these param text template declarations: > > $row_html := "<tr><td class=\"^5\">^1</td><td class=\"^5\" > style=\"text-align:right\">^2</td><td class=\"^5\">^3</td><td > class=\"^5\">^4</td></tr>" > if ($delete_checkbox) `prepend first column > $row_html := "<tr><td class=\"^5\">^6</td><td > class=\"^5\">^1</td><td class=\"^5\" > style=\"text-align:right\">^2</td><td class=\"^5\">^3</td><td > class=\"^5\">^4</td></tr>" > end if
Instead of param text, I would suggest using the %% operator or the 'format string' command. Kind regards, Aparajita www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoy.org _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
