QBASIC BUILT-IN/LIBRARY FUNCTION STRING FUNCTION (Part 2)

Опубликовано: 01 Октябрь 2024
на канале: Ashok Dangol
25
2

LTRIM$ : It is used to remove the spaces from the left of the string.
RTRIM$ : it is used to remove the spaces from the right of the string.
VAL : If both strings are started with numeric value. This function can perform mathematical calculations among them.
ASC : It returns ASCII value of a character.
CHR$ : It returns character value of given ASCII code.

FOLLOW ON
FACEBOOK:-   / ashoktokha  
TWITTER:-   / ashoktokha  
INSTAGRAM:-   / ashok_dangol  


#ASHOK_DANGOL #STRING_FUNCTION #FUNCTION