Blitz Basic 2 - Reference Guide-ENG

Page 72

Description: This function returns the string StringS converted to uppercase. Example: Print UCase$("hijklm"): ; Prints HIJKLM See Also: Lease$

Function: CaseSense Syntax: CaseSense Onl Off Modes: Amiga/Blitz Description: CaseSense allows you to control the searching mode used by the Instr and Replace$ functions. CaseSense On indicates that an exact match must be found. CaseSense Off indicates that alphabetic characters may be matched even if they are not in the same case. CaseSense On is the default search mode. See Also: Instr, Replace$

Function: Val Syntax: Val (String$) Modes: Amiga/Blitz Description: This functions converts the string StringS into a numeric value and returns this value. When converting the string, the conversion will stop the moment either a non numeric value or a second decimal point is reached. Example: Print Val(" 1234") ; Will Print 1234 Print Val("-23") ; Prints -23 Print Val("One hundred") ; Will Print 0

6-10


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.