Asc 函數(Visual Basic for Applications) | Microsoft Docs
文章推薦指數: 80 %
會傳回代表字串中的第一個字母對應的字元代碼的整數。
Returns an Integer representing the character code corresponding to the first letter in a string.Asc(string)Asc(string)必要的_string_ 引數是任何有效的字串運算式。
The required string argument is any valid string expression. 如果_字串_不包含任何字元,則會發生執行階段錯誤。