Chr Function

Returns a string consisting of a single character specified by an ASCII code. This function may be used to represent special characters such as TAB ( Chr(9) ) and newline ( Chr(10) ).

Arguments

Number Type Compulsory Default Description
1 real Yes ASCII code

Returns

Return type: string