Hi all, I just want to test whether the code tags work. Hope no one objects...
Single line code:
for (i=0; i<100; i++) {}
Multi-line code:
for (i=0; i<100; i++) { // do something } return 0;
Multi-line blockcode:
for (i=0; i<100; i++) { // do something } return 0;
Multi-line blockcode with normal linenumbers:
for (i=0; i<100; i++) { // do something } return 0;
javascript tag:
for (i=0; i<100; i++) { // do something } return 0; [/geshifilter-javascript]<br /> <br /> java tag:<br /> [geshifilter-java] for (int a=0; a<=100; a++) { System.out.println("a is: " + a); }
It works ok, though, when I put java before javascript... Odd.
Although now all the lines get compressed to a single one... Double odd.
java tag:
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com