I need to store a " (double quote) as Text.
Of course, I cannot place the " inside of " ".
Previously, using the old framework, I used Chr(34), but the Chr method of course is not available in the new framework as String is replaced by Text.
I see that the .Asc property of TextEnoding is available, but I don’t see a way to go the other way (from ASCII code to its character equivalent as Text.)
I am sure the solution is simple, but I could not find anything after looking through the forum and the Dev Center.
Thanks in advance, all. Any help would be appreciated.