Skip to content

Instantly share code, notes, and snippets.

@facebookegypt
Created March 7, 2013 19:23
Show Gist options
  • Save facebookegypt/5110964 to your computer and use it in GitHub Desktop.
Save facebookegypt/5110964 to your computer and use it in GitHub Desktop.
'Get Messages count
Dim server_Stat(2) As String
server_Stat = StatResp.Split(" ")
MsgCount.Text = server_Stat(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment