How do I remove characters from the right of a populated variable, removing
@bla.com from a UPN for example? Assume variableA = first.last@bla.com
I've tried using things like - variableB = Right(variableA, 8), I know it
returns the last 8 as the variable I'm using - variableB =
StripRightNCharacters(variableA, 8), this one returned nothing so I may be
using it wrong.
I know the characters I want to remove, they are always on the right and
always the same number, and always the same characters, like @bla.com
Everything seems to be geared towards counting from the left and trimming,
but the number of characters on the left change in my example...
Is there a simple function I can call that I'm not seeing?
Thank you,
--
Sean M. Loftus
Enterprise Architect
Loftus Consulting, Inc.
www.LoftusConsulting.com
sean(removeme)@loftus.org