I have been reviewing some old code within the forum and came across this;

For index = 1 To intI 
    .Edit
    ![Flow] = str
    .Update
    .MoveNext
Next
What does this line represent "![Flow] = Str"?