VBA/Excel/Access/Word/String Functions/Asc — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 12:47, 26 мая 2010
Asc() Returns the character code representing the first character in a string.
Sub strDemo17()
Debug.Print Asc("A")
End Sub