Diferencia entre revisiones de «char()»
De ArduWiki
(→Vea también) |
(→Vea también) |
||
Línea 26: | Línea 26: | ||
* [[float()]] | * [[float()]] | ||
* [[word()]] | * [[word()]] | ||
+ | * [[atol()]] | ||
+ | * [[atof()]] | ||
* [[objeto.toInt()]] | * [[objeto.toInt()]] | ||
* [[objeto.toFloat()]] | * [[objeto.toFloat()]] |
Revisión del 22:31 3 abr 2019
Contenido
Descripción
Convierte un valor a un dato tipo char.
Sintaxis
char(variable);
Parámetros
- variable
- variable de cualquier tipo a evaluar.
Retorna
Retorna un char.
Advertencias
Nada.
Ejemplo