Click here to Skip to main content
15,927,694 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: plz help me to join multiple table query.... Pin
roopali gupta8-Sep-09 21:48
roopali gupta8-Sep-09 21:48 
GeneralRe: plz help me to join multiple table query.... PinPopular
Christian Graus8-Sep-09 22:27
protectorChristian Graus8-Sep-09 22:27 
AnswerRe: plz help me to join multiple table query.... Pin
εїзεїзεїз9-Sep-09 2:05
εїзεїзεїз9-Sep-09 2:05 
Questionchange value of dropdown box Pin
dodg3r78-Sep-09 10:37
dodg3r78-Sep-09 10:37 
AnswerRe: change value of dropdown box Pin
Christian Graus8-Sep-09 11:40
protectorChristian Graus8-Sep-09 11:40 
AnswerRe: change value of dropdown box Pin
Johan Hakkesteegt8-Sep-09 21:11
Johan Hakkesteegt8-Sep-09 21:11 
GeneralRe: change value of dropdown box Pin
dodg3r78-Sep-09 22:14
dodg3r78-Sep-09 22:14 
GeneralRe: change value of dropdown box Pin
Christian Graus8-Sep-09 22:28
protectorChristian Graus8-Sep-09 22:28 
GeneralRe: change value of dropdown box Pin
dodg3r79-Sep-09 3:07
dodg3r79-Sep-09 3:07 
GeneralRe: change value of dropdown box Pin
Johan Hakkesteegt8-Sep-09 22:40
Johan Hakkesteegt8-Sep-09 22:40 
GeneralRe: change value of dropdown box Pin
dodg3r79-Sep-09 3:08
dodg3r79-Sep-09 3:08 
GeneralRe: change value of dropdown box Pin
warfdpn17-Sep-09 9:38
warfdpn17-Sep-09 9:38 
Question[solved] ObjectDisposedException - Cannot access a closed file Pin
nathan_i8-Sep-09 9:05
nathan_i8-Sep-09 9:05 
AnswerRe: ObjectDisposedException - Cannot access a closed file Pin
nathan_i8-Sep-09 10:47
nathan_i8-Sep-09 10:47 
Questionnested if statement Pin
malcomhfc8-Sep-09 8:38
malcomhfc8-Sep-09 8:38 
AnswerRe: nested if statement Pin
EliottA8-Sep-09 8:44
EliottA8-Sep-09 8:44 
GeneralRe: nested if statement Pin
malcomhfc8-Sep-09 9:05
malcomhfc8-Sep-09 9:05 
GeneralRe: nested if statement Pin
Luc Pattyn8-Sep-09 14:15
sitebuilderLuc Pattyn8-Sep-09 14:15 
QuestionVb.net Break Down Number HELP Pin
PAguilar098-Sep-09 1:48
PAguilar098-Sep-09 1:48 
AnswerRe: Vb.net Break Down Number HELP Pin
Jay Royall8-Sep-09 2:00
Jay Royall8-Sep-09 2:00 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar098-Sep-09 2:39
PAguilar098-Sep-09 2:39 
GeneralRe: Vb.net Break Down Number HELP Pin
Jay Royall8-Sep-09 4:30
Jay Royall8-Sep-09 4:30 
GeneralRe: Vb.net Break Down Number HELP Pin
PAguilar098-Sep-09 11:16
PAguilar098-Sep-09 11:16 
GeneralRe: Vb.net Break Down Number HELP Pin
helelark1238-Sep-09 8:48
helelark1238-Sep-09 8:48 
AnswerRe: Vb.net Break Down Number HELP Pin
helelark1238-Sep-09 2:03
helelark1238-Sep-09 2:03 
you can use the mid function:

mid(yourstring,position,lenght) returns substring.
In your case lenght=1 and position increment each iteration.

Good luck

Shay Noy

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.