Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Very ineficient... there is a much more efficient way to do that: [CODE]Randomize; For I:=1 To 9 Do Begin A[I]:=I; // First put them in order End; For I:=1 To NumberOfIterationsYouWantButAtLeastNine Do Begin // Now do permutations, so re-order in a random order N:=Random(9)+1; Auxiliar:=A[1]; A[1]:=A[N]; A[N]:=Auxiliar; End;[/CODE] The concept …
Hey! and waht about a five columns and a cell with colspan="3", how dare can be done. I need to do such, since tags table tr and td are not allowed and need a table where some cells (if done with table tr and td tags) has colspan and rowspan …
The End.
z666zz666z