12-27-2024, 05:21 PM
(12-27-2024, 05:14 PM)SierraKen Wrote: Amazing guys! Very interesting how we all make them differently.
yes
This:
Code: (Select All)
If t / tt = Int(t / tt) Then GoTo nex:Is same as this:
Code: (Select All)
If t Mod tt = 0 then GoTo nex ' Mod is very handy in coding, BTW colon not needed
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

