All things connected to string handling.
Name Description Page
____________________________________________________________________________
-
BinStr
- Construct binary representation of integer 457
-
Chr
- Convert ASCII code to character 464
-
Concat
- Concatenate two strings 474
-
Copy
- Copy part of a string 477
-
Delete
- Delete part of a string 481
-
HexStr
- Construct hexadecimal representation of integer 509
-
Insert
- Insert one string in another 521
-
Length
- Return length of string 527
-
Lowercase
- Convert string to all-lowercase 531
-
OctStr
- Construct octal representation of integer 540
-
Pos
- Calculate position of one string in another 546
-
SetLength
- Set length of a string 570
-
SetString
- Set contents and length of a string 571
-
Str
- Convert number to string representation 580
-
StringOfChar
- Create string consisting of a number of characters 581
-
Upcase
- Convert string to all-uppercase 587
-
Val
- Convert string to number 588