Histórico da Página
Composition Setup |
---|
import.css=/download/attachments/327912/newLayout.css |
Portuguese | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Função: RTrim
Remove os espaços em branco à direita de uma string. RTrim ( [ cString] ) --> cRet
Exemplos de utilização
#define CRLF Chr(13) + Chr(10)//+----------------------------------------------------------------------------+//|Exemplo de uso da função LTrim, RTrim e AllTrim |//+----------------------------------------------------------------------------+User Function Exemplo()Local cTexto := " texto com espaços excedentes no início e fim "Local cLTrim := LTrim(cTexto)Local cRTrim := RTrim(cTexto)Local cAllTrim := AllTrim(cTexto)Local cMensagem := "" cMensagem := "Texto origem: [" + cTexto + "]" cMensagem += CRLF + "LTrim: " + CRLF + "[" + cLTrim + "]" cMensagem += CRLF + "RTrim: " + CRLF + "[" + cRTrim + "]" cMensagem += CRLF + "AllTrim: " + CRLF + "[" + cAllTrim + "]"Return MsgInfo(cMensagem, "Exemplo") Microsiga Protheus 8.11 , Protheus 10 |
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas