Vitali Plagov
06/20/2022, 7:22 PM"aaa\"aaa". When I evaluate an expression while in debug and check the length of the string, then it shows it is 8.
But checking the same in the scratch file - it shows length equal to 7. Why is it so? What am I missing?Chris Lee
06/20/2022, 7:45 PM" character that is being displayed as \", whereas the other (longer) one contains \".Klitos Kyriacou
06/20/2022, 9:28 PMtoString representation inside quotes, which gives them the misleading resemblance to string literals.