DBCS

DBCS(text)

Returns the text string converted from single byte to double byte characters.

textThe text string to convert to double byte characters.

REMARKS
* This function replaces the JIS function to make the name more intuitive.
* This function does not appear in the Function Wizard.
* This function is used to conjunction with Double Byte Character Set (DBCS) languages.
* This changes half-width, single byte characters to full-width, double byte characters.
* You can use the ASC function to convert from double byte characters to single byte characters.
* This function was added in Excel 2013.
* For the Microsoft documentation refer to support.microsoft.com

 A
1=DBCS("Excel") = Excel
2=DBCS("Better") = Better
3=DBCS("Solutions") = Solutions


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top