CLIN 1003AM JLV 2 6 1 User Guide Approved

A string is a variable, which can store characters. E.g. letters, numbers, or symbols. Numbers stored in string variables cannot be used in calculations unless converted to a ‘value’. To use numbers in a sentence they must be converted to a string. To convert a string to a value Val("13") 13 To convert a value to a string Str(14) "14" ASCII ... ................
................