i have a string that need to display in the report and also need to break it to the next line
could anyone can help me to solve this problem?
Since i am not familirize with vba, i just want to have the same result just like letter literal int java
string stra = "XXXX\nXXXX"
result will become
XXXX
XXXX
thanks
poporogue
could anyone can help me to solve this problem?
Since i am not familirize with vba, i just want to have the same result just like letter literal int java
string stra = "XXXX\nXXXX"
result will become
XXXX
XXXX
thanks
poporogue