amiltongomes Posted July 19, 2012 Report Share Posted July 19, 2012 tenho que acrescentar espacos em branco antes de imprimir uma variavel.Tentei assimespaco=String(10,"")Response.write(espaco & Trim(Ucase(resultado)))imprime assimTESTEe deveria imprimir assim TESTEse substituo o " " por um outro caracter ex. "$" mostra assim$$$$$$$$$Testealguém pode ajudar? Obrigado Quote Link to comment Share on other sites More sharing options...
0 bareta Posted July 24, 2012 Report Share Posted July 24, 2012 substitua por Quote Link to comment Share on other sites More sharing options...
Question
amiltongomes
tenho que acrescentar espacos em branco antes de imprimir uma variavel.
Tentei assim
espaco=String(10,"")
Response.write(espaco & Trim(Ucase(resultado)))
imprime assim
TESTE
e deveria imprimir assim
TESTE
se substituo o " " por um outro caracter ex. "$" mostra assim
$$$$$$$$$Teste
alguém pode ajudar? Obrigado
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.