It's been a while since I have had to do this, but how can I accomplish the
following:

Dim ID
ReplaceID = Request.Form("ID")

Response.cookies("Info")("" + ReplaceID + "")("Date") = Date()

What's the appropriate syntax for this. I don't remember which combo to use
(i.e."'" "" "'''") so that it will read the previous code as:

Let's say ReplaceID = "Name1"

Response.cookies("Info")("Name1")("Date") = Date()

Any Help would be appreciated

Thanks