logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • Erik Brooks
    • Posted on Thu 16 Feb 2012 12:25 PM

    Ummm.....

    Why not just Evaluate() the same @Formula?

    Dim s as String

    s = |

    @Length(Password)>6 & @Matches(Password; "*{A-Z}*")

    & @Matches(Password; "*{a-z}*") & @Matches(Password; "*{0-9}*")

    |

    Dim vResult as Variant

    vResult = Evaluate(s, yourDoc)

    Print (vResult(0))

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: