Strange behaviour with string!
Posted: Wed May 14, 2014 5:43 pm
Hi, I have a problem with a part of my code but this problem only occurs sometimes, I have a stack that updates an Excel file, this stack gets its data from my main stack,
basically what happens is this:
i.e. the " is on another line and it needs to be like this:
I thought it was the length of the string at first, but I can send almost any length of string when I input the text directly into the Excel stack and send from there however the text input must come from my main stack, the strange part is that It doesn't always happen, any ideas would be very welcome.
weewullie
basically what happens is this:
Code: Select all
rs("Comments") = "This person has demonstrated a very high level of skill and determination to complete the following training schedule to a satisfactory standard.
"
Code: Select all
rs("Comments") = "This person has demonstrated a very high level of skill and determination to complete the following training schedule to a satisfactory standard."
weewullie