NeighborhoodNerds
Programmer
- Nov 13, 2012
- 2
I wanted to add this to this thread: thread232-186217
But it was closed...
So, here's a better way to handle what was being done:
CONCATENATE(REPT("•",len(SomethingSecret)-4),right(SomethingSecret,4))
Which would make something like this:
MySecretPassword
Look like:
••••••••••••word
Hope someone else finds this useful or when I forget how to do this Google will bring me back here...
But it was closed...
So, here's a better way to handle what was being done:
CONCATENATE(REPT("•",len(SomethingSecret)-4),right(SomethingSecret,4))
Which would make something like this:
MySecretPassword
Look like:
••••••••••••word
Hope someone else finds this useful or when I forget how to do this Google will bring me back here...