Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NeighborhoodNerds

    ColdFusion - Better Way to show Credit Card - Hide Characters

    Guess I should test my code first, there isn't a concatenate or rept function in ColdFusion and the bullet symbol crashes the script unless you double the # So, now for the real coldfusion code: RepeatString("&##149;",len(SomethingSecret)-4)&Right(SomethingSecret,4)
  2. NeighborhoodNerds

    ColdFusion - Better Way to show Credit Card - Hide Characters

    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...

Part and Inventory Search

Back
Top