Guest User

Untitled

a guest
Jan 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. test = note_list.GetRows
  2. Response.Write "noOfColumns3 : " & test & "<BR>"
  3.  
  4. test = note_list.GetRows
  5. Response.Write "noOfColumns3 : " & UBound( test ) & "<BR>"
Add Comment
Please, Sign In to add comment