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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

concatenation

Status
Not open for further replies.

mary555

Programmer
Joined
Nov 9, 2005
Messages
185
Location
CA
I am trying to do this:
ORID=request.querystring("ReferenceID") BUT I need to put a value after ReferenceID...the value is held in a variable named 'i'. i keeps incrementing. So I basically need it to be:
ORID=request.querystring("ReferenceID7") for example but i've held the number part in the 'i' variable and so now i need to retrieve that specific reference id. How would i add the 'i' part? If you need more clarificaiton let me know, its difficult to explain.
 
ok sorry DNG, it works...thanks soooo much!!! i just had a stupid little typo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top