RE: How to get part of string?

2000-08-07 Thread Lon Lentz
ginal Message- From: Shane Pitts [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 6:55 PM To: [EMAIL PROTECTED] Subject: RE: How to get part of string? new string = "is a r" message to [EMAIL PROTECTED] with 'unsu

RE: How to get part of string?

2000-08-04 Thread Shane Pitts
new string = "is a r" Shane -Original Message- From: PC [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 4:08 PM To: [EMAIL PROTECTED] Subject: How to get part of string? I must be missing something obvious -- but I need a function to set a variable to a range of charac

RE: How to get part of string?

2000-08-04 Thread David Gassner
Use the Mid() function: newvariable = Mid(variable, startposition, endposition) > -Original Message- > From: PC [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 04, 2000 3:08 PM > To: [EMAIL PROTECTED] > Subject: How to get part of string? > > > I must be missing something obvious --