Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.27 KB

rewiden-function.md

File metadata and controls

37 lines (24 loc) · 1.27 KB
title manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid description
REWIDEN Function
lindalu
03/09/2015
Developer
reference
Vis_DSS.chm1033808
medium
c20842cd-86b1-83fa-49ba-118936013b6f
Converts a formula that produces 16-bit character codes that are widened single-byte or multibyte character-set codes into a string of 16-bit Unicode character codes, using the specified character sets.

REWIDEN Function

Converts a formula that produces 16-bit character codes that are widened single-byte or multibyte character-set codes into a string of 16-bit Unicode character codes, using the specified character sets.

Syntax

REWIDEN(srcCharSet, dstCharSet, text )

Parameters

Name Required/Optional Data Type Description
srcCharSet
Required
String
The character set in the source document.
dstCharSet
Required
String
The character set in the destination document.
text
Required
String
The text to convert.

Remarks

The REWIDEN function is used in automatic conversion of Visio 2002 documents to Visio 2003 documents. Other use is not recommended.