Browsing Brazilian Portuguese translation

968 of 987 results
968.
@FUNCTION=SEARCH
@SYNTAX=SEARCH(search_string,text[,start_num])
@DESCRIPTION=SEARCH returns the location of the @search_ string within @text. The search starts with the @start_num character of text @text. If @start_num is omitted, it is assumed to be one. The search is not case sensitive.

@search_string can contain wildcard characters (*) and question marks (?). A question mark matches any character and a wildcard matches any string including the empty string. If you want the actual wildcard or question mark to be found, use tilde (~) before the character.

* If @search_string is not found, SEARCH returns #VALUE! error.
* If @start_num is less than one or it is greater than the length of @text, SEARCH returns #VALUE! error.
* This function is Excel compatible.

@EXAMPLES=
SEARCH("c","Cancel") equals 1.
SEARCH("c","Cancel",2) equals 4.

@SEEALSO=FIND
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
@FUNCTION=SEARCH
@SYNTAX=SEARCH(texto_procurado,texto[,núm_início])
@DESCRIPTION=SEARCH retorna a posição de um caracter ou um texto dentro de um outro texto. @texto_procurado é o texto ou caractere a ser procurado. @texto é o texto no qual deseja-se procurar. @núm_início é a posição inicial da procura em @texto. Se @núm_início for omitido, assume-se igual a 1. A procura não é sensível a maiúsculas/minúsculas.

@texto_procurado pode conter caracteres curingas (*) e interrogações (?) para controlar a procura. Uma interrogação combina com qualquer caractere e combina com qualquer texto incluindo o texto vazio. Se você deseja que o caracter curinga ou interrogação sejam procurados, use o til (~) antes do caracter.

* Se @texto_procurado não for encontrado, SEARCH retorna o erro #VALOR!
* Se @núm_início for menor do que 1 ou maior do que o comprimento de @texto, SEARCH retorna o erro #VALOR!
* Esta função é compatível com o Excel.

@EXAMPLES=
SEARCH("c","Cancela") retorna 1.
SEARCH("c","Cancela",2) retorna 4.

@SEEALSO=FIND
Translated and reviewed by Afonso Celso Medina
968 of 987 results

This translation is managed by Ubuntu Brazilian Portuguese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.