Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. stringNum='34343,43434, 34343, 434343,
  2. 234243,343433,53434,4343,4343
  3. 434344,434343,434343,43434,4343
  4. etc...till approx 50K character length'
  5. # Note the new line n after group of 4-5 strings and some have space before
  6. them and some don't
  7.  
  8. stringChar="'1234','34343',
  9. etc ....till approx 50K character length'"
  10. # just like stringnum except there is a single quote (') surrounding each value bit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement