Split Code


SUBMITTED BY: Guest

DATE: Dec. 7, 2013, 6:53 a.m.

FORMAT: Text only

SIZE: 168 Bytes

HITS: 866

  1. dim str as string = fblist.selecteditem
  2. dim accstr as string() = str.split(":")
  3. 'So now the email will be accstr(0)
  4. 'And the password will be accstr(1)

comments powered by Disqus