Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How should i do this...
#4
Oh, my goodness, I'm a nutbag. I can't believe I mixed up my own language.

Use the 2d chart format described in the documentation guide.
That is, this:
Code:
<chart>
     <row>
           <a>0</a>
           <b>0</b>
           <result>0</result>
     </row>
     <row>
           <a>0</a>
           <b>1</b>
           <result>0</result>
     </row>
     <row>
           <a>1</a>
           <b>0</b>
           <result>0</result>
     </row>
     <row>
           <a>1</a>
           <b>1</b>
           <result>1</result>
     </row>
</chart>
Reply


Messages In This Thread
How should i do this... - by SotSvart - 04-21-2005, 11:09 PM
How should i do this... - by Jofers - 04-21-2005, 11:59 PM
How should i do this... - by SotSvart - 04-22-2005, 12:59 PM
How should i do this... - by Jofers - 04-22-2005, 06:32 PM
How should i do this - by D.slert - 11-20-2009, 01:27 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)