J
J Stoodley
I am in a learning curve right now, and want to become well aquanted
with VB.NET. So, I have two questions. 1 is technial the other is
resource related.
1. I need to strip a single character from a string. I will explain
why. I am creating a page that will add users to Active Directory. I
collect the FirstName value (based on a pre-composed Excel
spreadsheet) and want to strip just the first initial so I can create
the sAMAccountName based on the users first initial.
I assume I will use the string.split function somehow, but I cannot
seem to populate my array with each of the characters of the FirstName
string.
So far I have come up with
stringarray = strfirstname.split(????? - this is where I am confused)
2. What is a recommended reference book for VB.NET. There are many,
but I want one that other's recommend. I am fairly new to VB.NET
programming.
THANKS!!!
with VB.NET. So, I have two questions. 1 is technial the other is
resource related.
1. I need to strip a single character from a string. I will explain
why. I am creating a page that will add users to Active Directory. I
collect the FirstName value (based on a pre-composed Excel
spreadsheet) and want to strip just the first initial so I can create
the sAMAccountName based on the users first initial.
I assume I will use the string.split function somehow, but I cannot
seem to populate my array with each of the characters of the FirstName
string.
So far I have come up with
stringarray = strfirstname.split(????? - this is where I am confused)
2. What is a recommended reference book for VB.NET. There are many,
but I want one that other's recommend. I am fairly new to VB.NET
programming.
THANKS!!!