Version

UltraCalcFunctionCode Class

Gives you the numeric code corresponding the the first character in a specific text string.
Syntax
'Declaration
 
Public Class UltraCalcFunctionCode 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionCode : BuiltInFunctionBase 
Remarks

CODE(Text)

Text is a text string of at least one character in length. This function returns the numeric code of the first character in Text. These code values correspond to those used by your machine to encode the text characters in a string (e.g., Unicode).

If Text is an empty string of zero length, then this function returns the code zero.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also