Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Textbox value please help

Status
Not open for further replies.

shawn876

Programmer
Feb 19, 2004
17
US
Hi all:
What is wrong with my statement here:
<INPUT type=""text"" id=CCN Name=CCN value= " & GetCCNum & ">
GetCCNum is a function which would spit out
('1849','0903')
When I have one GetCCNum value the textbox works fine but when more then one goes in the textbox just carries one of the values.
It will capture the first value for example:
the textbox will show
('1849',
Please help...
Thanks
 
your GetCCNum is returning what???
a string?
an array?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top