LibreOffice 24.8 Help
The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type.
Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols.
Converts an expression or a set of expressions into a boolean. An expression is composed of strings, numbers and operators. Comparison, logical or mathematical operators are allowed inside expressions.
Converts a string expression or numeric expression to a variant expression of the sub type "Error".
වර්ගය දක්වන අනුලකුණක් හෝ මූල පදයක් දක්වා නොමැති අවස්ථාවක, DefSng ප්රකාශය විසින් විචල්යයේ ඇති අනුලකුණු පෙළ අනුව එහි වර්ගය නීර්ණය කරනු ලබයි.
ආකාරය ප්රකාශ කිරීමේ අනුලකුණක් හෝ සෙවුම් පදයක් විශේෂණය කර නැත්නම්, DefCur ප්රකාශනය අකුරු පරාසයට අනුව පෙරනිමි විචල්යය ආකාරය පිහිටුවයි.
වර්ගය දක්වන අනුලකුණක් හෝ මූල පදයක් දක්වා නොමැති අවස්ථාවක, DefSng ප්රකාශය විසින් විචල්යයේ ඇති අනුලකුණු පෙළ අනුව එහි වර්ගය නීර්ණය කරනු ලබයි.
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
ආකාරය ප්රකාශ කිරීමේ අනුලකුණක් හෝ සෙවුම් පදයක් විශේෂණය කර නැත්නම්, DefCur ප්රකාශනය අකුරු පරාසයට අනුව පෙරනිමි විචල්යය ආකාරය පිහිටුවයි.
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
වර්ගය දක්වන අනුලකුණක් හෝ මූල පදයක් දක්වා නොමැති අවස්ථාවක, DefSng ප්රකාශය විසින් විචල්යයේ ඇති අනුලකුණු පෙළ අනුව එහි වර්ගය නීර්ණය කරනු ලබයි.
වර්ගය දක්වන අනුලකුණක් හෝ මූල පදයක් දක්වා නොමැති අවස්ථාවක, DefSng ප්රකාශය විසින් විචල්යයේ ඇති අනුලකුණු පෙළ අනුව එහි වර්ගය නීර්ණය කරනු ලබයි.
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
සංඛ්යාත්මක හෝ අනු ලකුණු වැල් ප්රකාශනයක් දින විචල්යයකට පරිවර්තනය කල හැකි දැයි පරීක්ෂා කරයි.
Tests if a Variant variable contains the Empty value. The Empty value indicates that the variable is not initialized.
Tests if a Variant contains the special Null value, indicating that the variable does not contain data.
Tests if an expression is a number. If the expression is a number, the function returns True, otherwise the function returns False.
Tests if a variable is an object, as opposed to primitive data types such as dates, numbers, texts. The function returns True if the variable is an object, otherwise it returns False.
Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size.
වැඩසටහන් කේතයේ සෑම විචල්යයක්ම Dim ප්රකාශනයකින් නිශ්චිතව ප්රකාශ කල යුතු බව විශේෂණය කරයි.
Dimensions a variable or an array at the module level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules.
Dimensions a variable or an array at the global level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules for the current session.
Declares a variable or an array at the procedure level within a subroutine or a function, so that the values of the variable or the array are retained after exiting the subroutine or function. Dim statement conventions are also valid.
Returns text or a numeric value that contain type information for a variable.
වස්තුවක් ක්රියාකාලයේ දී වස්තු නාමය string වර්ගයේ පරාමිතියක් ලෙස ලබා දීමෙන් යොමු කිරීමේ අවස්ථාව ලබා දේ.
වස්තු නාමය පෙළ පරාමිතයක් ලෙස භාවිතා කරමින් ධාවන කාලය තුලදීම වස්තුවට ඇමතීමට සලස්වයි.
Returns True if the two specified Basic variables represent the same Uno object instance.