There is this bit of code:
Looking at the user-defined string formats documentation, I wanted to verify that this code is doing the following:
Code:
Format(UCase(value), "!@@@@@@@@@@@@@@@@")
- Force the incoming string to uppercase
- Take the last 16 characters
- If the length of the string is less than 16, append spaces for each missing character