ཨེ་ཨེསི་སི་ཨའི་ཨའི་/ཨེ་ཨེན་ཨེསི་ཨའི་ ཡིག་རྒྱུན་ནང་གཞི་བསྒྱུར་འབད

འོག་གི་ལས་འགན་ཚུ་གིས་ཡིག་རྒྱུན་ལུ་དང་ཨེ་ཨེསི་སི་ཨའི་ཨའི་ཡང་ན་ཨེ་ཨེན་ཨེསི་ཨའི་ཨང་རྟགས་ལས་གཞི་བསྒྱུར་འབདཝ་ཨིན།

Asc Function (BASIC)

ཨེ་ཨེསི་ཨའི་ཨའི་ (བརྡ་དོན་ཕན་ཚུན་བརྗེ་སོར་དོན་ལུ་ཨ་མི་རིཀཱན་ཚད་ལྡན་ཨང་རྟགས) གནས་གོང་ཡིག་རྒྱུན་གསལ་བརྗོད་ནང་ཡིག་འབྲུ་དང་པ་དེ་སླར་ལོགཔ་ཨིན།

Chr Function

གསལ་བཀོད་འབད་ཡོད་པའི་ཡིག་འབྲུ་ཨང་རྟགས་ལུ་ཆ་མཉམ་པའི་ཡིག་འབྲུ་དེ་སླར་ལོགཔ་ཨིན།

Str Function

The Str function converts the contents of variables into a string. It handles numeric values, dates, strings and currency values.

Positive numbers are preceded by a blank space. Negative numbers are preceded by a minus sign.

note

For numeric values the string returned by the Str function is locale-independent. Hence the dot is used as the decimal separator when needed.


If a string is passed as argument, it is returned without any changes.

Dates are converted into locale-dependent strings.

Val Function

Use the Val function to convert a string that represents a number into numeric data type.

note

The string passed to the Val function is locale-independent. This means that commas are interpreted as thousands separators and a dot is used as the decimal separator.


CByte Function

Converts a string or a numeric expression to the Byte type.

Please support us!