• Devesh_Srivastava (8/1/2012)


    substring ("Archive_Full_20120731200002",1, (FINDSTRING( "Archive_Full_20120731200002","Full_", 1)-2))

    Then how come the above expression is working where the exact string is used instead of a variable and still negative value is accepted!!! Does it make sense ?

    Good question. I only know that when attempting to put in a negative value for length in a much simpler expression, it errored on negative value of length parameter.