Posted By: wanole |
6/12/2006 11:59:00 AM |
|
|
I need only the first 3 characters of what I have in company. What is in the option box (company array) is.
001- company 001
002 - company 002
etc...
I want all that displayed which comes from my database, but when they select which company, I only want the first three characters to go into variable "company".
I have tried company.substring(0,3) to no avail.
any ideas. here is the section of code.
|
Company: |
|
|