Forums
This topic is locked
Upload Add-ons Question
20 May 2002 18:09:33 Aaron Jay posted:
I bought the addons, and am trying to make the filenames dynamic, depending on my recordset. I am having trouble figuring out how to make a mask on the filename. I want the following to be entered:
RUF_renameMask = "<% b.Fields.Item('commentID').Value %>
##name##.##ext##"
I am getting the following error: Microsoft VBScript compilation (0x800A0409)
Unterminated string constant
Anyideas on the syntax for this? All i want is this unique number to be generated as I go along, keeping the files unique.