Dear all:
I just inserted a plain and simple EVCOM formula to store some comments. Comments were saved successfully, but with the leading space incrementing by 1 each time a submit occurs. As a result, Comments keep on moving to the right, and every submit would trigger the comment submission (because "Test Data" is not the same as " Test Data").
For instance, I would submit a string of comment "Test Data", where _ represents 1x space key
Before Submissoin returns: "Test Data"
After 1st Submit, it returns: "_Test Data"
After 2nd Submit, it returns: " __Test Data"
After 3rd Submit, it returns: "___Test Data"
I found a fix by removing the comment referencing columns but that does not work sometimes.
Any idea what's going on? Thanks a bunch!
Best Regards,
Brian
Edited by: Brian Hsu on Jan 27, 2012 12:29 AM