Text Data Type
Microsoft Dynamics Nav 2009
This simple data type denotes a text string.
The maximum length of a Text variable is 1024 characters. The maximum length of a Text field in a table is 250 characters. The length of a text variable equals the number of characters in the string. An empty text string has a length of zero (0). A text string cannot be null.
You can index any character position in a text string, for example A[65]. The resulting value will be a Char Data Type.
Differences Between the Classic Client and RoleTailored Client
In the RoleTailored client, you cannot assign a char to a position in the code variable greater than the current length of the variable +1. For more information, see Char Data Type.
Reference
CONVERTSTR Function (Code, Text)COPYSTR Function (Code, Text)
DELCHR Function (Code, Text)
DELSTR Function (Code, Text)
FORMAT Function (Code, Text)
INCSTR Function (Code, Text)
INSSTR Function (Code, Text)
LOWERCASE Function (Code, Text)
MAXSTRLEN Function (Code, Text)
PADSTR Function (Code, Text)
SELECTSTR Function (Code, Text)
STRCHECKSUM Function (Code, Text)
STRLEN Function (Code, Text)
STRPOS Function (Code, Text)
STRSUBSTNO Function (Code, Text)
UPPERCASE Function (Code, Text)
Community Additions
ADD
Show: