String handling

All things connected to string handling.

Name Description Page
____________________________________________________________________________

BinStr
Construct binary representation of integer 454
Chr
Convert ASCII code to character 461
Concat
Concatenate two strings 471
Copy
Copy part of a string 474
Delete
Delete part of a string 478
HexStr
Construct hexadecimal representation of integer 506
Insert
Insert one string in another 518
Length
Return length of string 524
Lowercase
Convert string to all-lowercase 528
OctStr
Construct octal representation of integer 537
Pos
Calculate position of one string in another 543
SetLength
Set length of a string 567
SetString
Set contents and length of a string 568
Str
Convert number to string representation 577
StringOfChar
Create string consisting of a number of characters 578
Upcase
Convert string to all-uppercase 584
Val
Convert string to number 585