This bit of code I used to create a two-state table for 5 variables. It would have been fairly easy to add more states -- by changing the if to a select case in 'state' and giving the for loops more things to loop through -- and to add more variables -- by specifying another loop and and another call to 'state'.
I won't be writing the generator ... the whole need for state tables disappeared in a meeting earlier today.
No comments:
Post a Comment