[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  votingr=                        { VOTING.DAT : Voting records }
  record
    description:string[65];       { voting question }
    acs:acstring;                 { acs required to vote on this }
    choicenumber:word;            { number of choices }
    numvoted:word;                { number of votes on it }
    madeby:string[35];            { who created it }
    addchoicesacs:acstring;       { acs required to add choices }
    choices:array[1..25] of
    record
      description:string[65];     { answer description }
      description2:string[65];    { answer description #2 }
      numvoted:integer;           { # user's who picked this answer }
    end;
  end;

*-----------------------------------------------------------------------------*

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson