agus.supriyanto31
Member
- Joined
- Jun 17, 2014
- Messages
- 7
- Programming Experience
- Beginner
hi, i want to create a string (fixed length) from ms. access table..
and this is the data from table "data" with 2 field (Name(text (15)), address(text(15))
and here is the data from table
name= Sonny (5 char)
address = visualbasic (11 char)
all i can do is create string from table
i want to create fixed length so the output like this
help me please, thanks
and this is the data from table "data" with 2 field (Name(text (15)), address(text(15))
and here is the data from table
name= Sonny (5 char)
address = visualbasic (11 char)
all i can do is create string from table
VB.NET:
"Sonnyvisualbasic"
i want to create fixed length so the output like this
VB.NET:
"Sonny visualbasic "
help me please, thanks