puntoGuion ( numero )
Formato de Rut chileno
Be the first to rate this function Log in to vote
Tomas ortega - Show more from this author
Augurio Solutions http://augurio.cl |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
/*
* ==============================
* puntoGuion ( numero )
* ==============================
* Esta funcion permite obtener el formato de un RUT chileno,
* Ejemplo: 111111111 - resultado = 11.111.111-1
* Se puede utilizar junto a la otra funcion personalizada para poder validar el rut
* Ejemplo: validarRut ( puntoGuion( 11.111.111-1 ) ) = "Válido"
* ==============================
* Creado: 21-05-2021
* By: Tomas ortega • https://augurio.cl
* Version: 1.0
* ==============================
*/
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.