hello
how to append "tab" in a text like in calmc like this :
chaîne1 = "two tabulations\t\t in a string !"i tried vbtab and chr(9)
without success. chaîne1 = "two tabulations " & chr(9) & chr(9) "in a string
!"thanks
how to append "tab" in a text like in calmc like this :
chaîne1 = "two tabulations\t\t in a string !"i tried vbtab and chr(9)
without success. chaîne1 = "two tabulations " & chr(9) & chr(9) "in a string
!"thanks
Comment