ཡིག་རྟགས་ཕྲེང་བ་ ASCII/ANSI བརྗེ་བསྒྱུར་

གཤམ་གྱི་རྟེན་གྲངས་ནི་ཡིག་རྟགས་ཕྲེང་བ་དང་ ASCII ཚབ་ཡང་(ཡང་ན་ ANSI ཚབ་ཡང་)བར་གྱི་ཕན་ཚུན་བརྗེ་བསྒྱུར་ལ་སྤྱོད་པ།

Asc Function (BASIC)

Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression.

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!