Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. If aryTemp Is Nothing Then
  2. ReDim aryTemp(0)
  3. Else
  4. ReDim Preserve aryTemp(UBound(aryTemp) + 1)
  5. End If
  6. aryTemp(UBound(aryTemp)) = _TransactionItems(i)
Add Comment
Please, Sign In to add comment