同学录程序用到的函数总结

现总结我上大学以来,写成的第一个有点样子的程序中的函数.
1: split()函数,把字符串分割到数组.以字符串中的空格为分割依据.如(vb.net源码)
dim arry() as string = split("hello world")
则 arry(0) = hello   arry(1) = world


posted @ 2006-05-14 22:18  王祥 @ dot net 驿站  阅读(140)  评论(0编辑  收藏  举报