English | Italian |
argument mode (A mode in the Monad parser in which everything is treated as an expandable string unless it starts with $, | modalità argomenti |
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 | indirizzo di posta elettronica |
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 | indirizzo e-mail |
string collection editor | editor dell'insieme String (An editor that enables users to view and change the list of strings for controls such as list boxes and combo boxes) |
string comparison | confronto di stringhe (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) |
String data type | dati di tipo stringa (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) |
string delimiter | delimitatore di stringa (A text character that sets apart a string embedded within a string) |
string expression | espressione stringa (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) |