如何得到一个字符的ASCII码值(20分)

  • 主题发起人 主题发起人 solehome
  • 开始时间 开始时间
S

solehome

Unregistered / Unconfirmed
GUEST, unregistred user!
如何得到一个字符的ASCII码值。
 
多谢,影 子
 
function Ord(X);
Description
X is an ordinal-type expression. The result is the ordinal position of X

its type is the smallest standard integer type that can hold all values
of X's type.
 
多人接受答案了。
 
后退
顶部