Hy
i use rtl and ltr character since i have english with hebrew
str1 =heb+" " ////// fix length ---> for example length =30 , space-->30-len(heb)
str1 = rtl +str1 /// heb right to left
str2 =eng+" " ////// fix length ---> for example length =20, space-->20-len(heb)
str2 = ltr+str2 /// eng left to right
strALL=str1+str2
the problem that the fixed length is change since i put hidden charater
lenght 30 is now more beause hidden rtl/ltr is turn to 32
my question is :
i need to export to txt file ascii
how an i escape special charater but not remove the new direction?
thanks
i use rtl and ltr character since i have english with hebrew
str1 =heb+" " ////// fix length ---> for example length =30 , space-->30-len(heb)
str1 = rtl +str1 /// heb right to left
str2 =eng+" " ////// fix length ---> for example length =20, space-->20-len(heb)
str2 = ltr+str2 /// eng left to right
strALL=str1+str2
the problem that the fixed length is change since i put hidden charater
lenght 30 is now more beause hidden rtl/ltr is turn to 32
my question is :
i need to export to txt file ascii
how an i escape special charater but not remove the new direction?
thanks