gribbleshnibit8

Simple Ref Walk Loop With NVSE 4

Apr 12th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. let rRef := GetFirstRefInCell ; parameters
  2. While (IsFormValid rRef)
  3. ; do stuff
  4. let rRef := GetNextRef
  5. Loop
Advertisement
Add Comment
Please, Sign In to add comment