chrw
- Ejemplos
En el ejemplo se utiliza InputBox (Función, Visual Basic) para obtener la cadena de dígitos, CInt para convertir la cadena en el tipo Integer y ChrW para convertir el número en el tipo Char. | It uses the InputBox function to obtain the string of digits, CInt to convert the string to type Integer, and ChrW to convert the number to type Char. |
