I had the same problem! Try the following:
x/s &Sample
"x" - Stands are usually for checking data.
You can use this code for a character symbol.
x/c &Sample # prints: "T"
And if you want to see several characters, you can specify the number of characters you want
x/3c &Sample # prints: "T" "h" "i"
source share