~Sean EljumigonMay 6, 2015, 12:10 AM326 PostsOn ErrorWhat is the value of x ? I would put an on error and print out x. There might be a strange char like eol in there ( ascii 13 or 10 or 5)
~Yoshi OpboositexingsMay 6, 2015, 2:14 PM40 PostsWhat if the user tries again without restarting Notes?If it's repeatable to that extent, maybe you could use Debugger on a follow-up try and find out what the value of x is.
~Autumn LopasteringsMay 6, 2015, 3:21 PM2 PostsPrint statementsI would suggest inserting some print statements to display the value of x and Cstr(x) before the if condition. Then compare these values when you got the error and after restarting the notes client.