Y.N.W.A. Posted November 9, 2015 at 07:44 PM Report Share #589561 Posted November 9, 2015 at 07:44 PM -Eliminar palavra dando a sua posição; -Transformar letras maiusculas em minusculas e minusculas em maiusculas (na mesma frase) Link to comment Share on other sites More sharing options...
acao Posted November 9, 2015 at 09:19 PM Report Share #589565 Posted November 9, 2015 at 09:19 PM boas, para conversão de letras use função (LCase ou UCase). cumps acao Link to comment Share on other sites More sharing options...
vikcch Posted November 9, 2015 at 10:20 PM Report Share #589569 Posted November 9, 2015 at 10:20 PM (edited) -Eliminar palavra dando a sua posição; podes usar a função split usando o delimitador " " (espaço/space) que retorna-te um array sendo cada palavra um elemento do array... depois já deves saber o que tens a fazer.... -Transformar letras maiusculas em minusculas e minusculas em maiusculas (na mesma frase) completando a resposta do @acao, podes usar a função mid para correr todas as letras da frase, e usar a função Asc para saber se o caractere é maiúsculo ou minúsculo.. é vb6 ou vb.net?? Edited November 9, 2015 at 10:21 PM by vikcch Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now