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.
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.