Skip to content

Instantly share code, notes, and snippets.

@TLMcode
Created July 11, 2013 16:35
Show Gist options
  • Save TLMcode/5977033 to your computer and use it in GitHub Desktop.
Save TLMcode/5977033 to your computer and use it in GitHub Desktop.
layouts := [ 12345,12354,12435,12453,12534,12543,13254,13245,13452,13425,13542,13524
, 14235,14253,14325,14352,14523,14532,15243,15234,15342,15324,15432,15423
, 21534,21543,21354,21345,21453,21435,23541,23514,23145,23154,23415,23451
, 24513,24531,24153,24135,24351,24315,25431,25413,25134,25143,25314,25341
, 31452,31425,31542,31524,31245,31254,32415,32451,32514,32541,32154,32145
, 34251,34215,34521,34512,34125,34152,35214,35241,35412,35421,35142,35124
, 41235,41253,41325,41352,41523,41532,42153,42135,42351,42315,42531,42513
, 43125,43152,43215,43251,43512,43521,45132,45123,45231,45213,45321,45312
, 51423,51432,51243,51234,51342,51324,52431,52413,52134,52143,52314,52341
, 53412,53421,53142,53124,53241,53214,54321,54312,54123,54132,54213,54231 ]
For i in layouts
display .= layouts[i] "`,"
msgbox % display
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment