This works but I need the interger to be a string. But a string is not part of the parse family. Can I substitute something for the parse that will let me use a string value?
Dim LoadItemNumber = Integer.Parse(cboItemNumber.Text)
Justin
Printable View
This works but I need the interger to be a string. But a string is not part of the parse family. Can I substitute something for the parse that will let me use a string value?
Dim LoadItemNumber = Integer.Parse(cboItemNumber.Text)
Justin
Have you tried the Split function of the string object.