logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • nick wall
    • Posted on Wed 19 Oct 2011 06:02 AM

    You can also access the value directly from the var in your For statement:

    ForAll Group in Groups

    value = Group

    your value might be a number, String, or some object, whatever. So if your Group was an object, I "cast" the variable, so I have access to the type ahead, e.g.

    dim myGroup as GroupObject

    ForAll Group in Groups

    myGroup = Group

    int = myGroup.getGroupReductionRate()

    See ya,

    Nick

Your Comments

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