Skip to content

Instantly share code, notes, and snippets.

@daiksy
Created May 8, 2014 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daiksy/71aa1e08c2e8823a758a to your computer and use it in GitHub Desktop.
Save daiksy/71aa1e08c2e8823a758a to your computer and use it in GitHub Desktop.
https://twitter.com/chomado/status/464381263978041345 の指摘に従って実装してみた。
Dim い As Integer
For い = 0 To 5
'ループ内の処理
Next い
Dim ろ As Integer
For ろ = 0 To 5
'ループ内の処理
Next ろ
Dim は As Integer
For は = 0 To 5
'ループ内の処理
Next は
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment