Subject | English | Chinese simplified |
comp., MS | e-mail address (A string that identifies a user so that the user can receive Internet email. An email address on the Internet typically consists of an account name, followed by the | 电子邮件地址 |
comp., MS | email address (A string that identifies a user so that the user can receive Internet email. An email address on the Internet typically consists of an account name, followed by the | 电子邮件地址 |
comp., MS | internet e-mail address (A string that identifies a user so that the user can receive Internet email. An email address on the Internet typically consists of an account name, followed by the | Internet 电子邮件地址 |
comp., MS | string collection editor | 字符串集合编辑器 (An editor that enables users to view and change the list of strings for controls such as list boxes and combo boxes) |
comp., MS | string comparison | 字符串比较 (The use of an operator to determine whether one string is greater than or equal to another string. Use the Option Compare statement to specify binary (case sensitive) or text (non-case sensitive) comparison) |
comp., MS | String data type | 字符串数据类型 (A fundamental data type that holds characters, one character per 2 bytes. A fixed-length string can contain 1 to 64K characters; a variable-length string can contain 1 to 2 billion) |
comp., MS | string delimiter | 字符串分隔符 (A text character that sets apart a string embedded within a string) |
comp., MS | string expression | 字符串表达式 (An expression that evaluates to a sequence of contiguous characters. Elements of the expression can be: functions that return a string or a string Variant (VarType 8); a string literal, constant, variable, or Variant) |