What is the value of the variable in your Listbox or textbox content? Have you tryed it with the values that worked when hard coded?
I am not sure how well sleep would work in such a case. I would think it may interupt the write to the port?
Hi.
actually I tried sending the contents of any txtbox from my form with contents
"Hi!, My name is arra"
"123456"
I received the messages successfully. But for a textbox with a content of a path : for example: "F:\ARTWORKS\Misc\Arra.jpg"
no errors.but doesn't send a message. it's so frustrating. I've tried cutting the string to "ARTWORKS\Misc\Arra.jpg", but still no success but if other formats, a word a sentence ,it can send an SMS. it's so weird
What is the value of the variable in your Listbox or textbox content? Have you tryed it with the values that worked when hard coded?
I am not sure how well sleep would work in such a case. I would think it may interupt the write to the port?
Hi again DataMiser.
After experimenting a lot of strings. I've come to the conclusion that the symbol "\" backslash prevents me from sending an SMS. When I changed all the backlashes with a "/" symbol. "F:/ARTWORKS/Misc/Arra.jpg", it surprisingly send the text message. it's so upsetting though, because it's not the right symbol for a path.
Bookmarks