Vb.net:
dim array() as string = "Zomfg#Lol#Lawl".split("#")
label1.text = array(0)
label2.text = array(1)
label3.text = array(2)