This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'*************************************************************************************************** | |
'オプション: | |
'*************************************************************************************************** | |
'事前の変数宣言(Dim [変数] As [型])を必須とする | |
Option Explicit | |
'*************************************************************************************************** | |
'定数宣言 | |
'*************************************************************************************************** |