Showing posts with label add textbox. Show all posts
Showing posts with label add textbox. Show all posts

Friday, October 24, 2008

Split String so simple and easy by VB function [vb split string]

1. Format of Raw Data for split You should know about data format for your spliting, such as 1.1 what delimiter ? space(” “) or slash(”/”) or mix format
1.2 what data type to convert
2. Function to use
Use Split Function for split data