Curso 47 VB.NET- Lastindexof y Indexof


En este nuevo curso aprenderemos a usar el lastindexof y indexof para poder encontrar la posición de caracter(eres) en un texto .

Video Tutorial

Codigo Fuente

'FUNCIONES STRING 'LASTINDEXOF Y INDEXOF ---> NOS PERMITEN OBTENER LA POSICION O EL INDEX DE UN CARACTER(ERES) EN UN TEXTO Dim oracion As String = "tutoriales hispanos donde aprendes viendo hispanos" MsgBox(oracion.IndexOf("hispanos")) MsgBox(oracion.LastIndexOf("hispanos"))

No hay comentarios :

Publicar un comentario

Seguidores