creates a variable called MyString , whose maximum length is 100 characters. This is equivalent to the declarations: type CString = string[100]; var MyString: ...
確定! 回上一頁