CommonDialog1.ShowOpen 'ダイアログを表示する Text1.Text = CommonDialog1.FileName |
CommonDialog1.ShowSave 'ダイアログを表示する Text1.Text = CommonDialog1.FileName |
Right("文字列",Length) |
Left("文字列",Length) |
Mid("文字列",a.b) |
Len("文字列") |
InStr(a, "文字列", "X",1) |
InStrRev("文字列", "X",a,1) |
Str(123) |
Val("123") |
StrReverse("文字列") |