Is it posssible to create a variable in an ASP page in a way similar to this:
ActiveDocument.Variables.Add Name:="myVar", Value:="500"
The reason for this is that I want to read data from a record in a databasetable and use the field names as the variable names and the field values as the value in the field.
Thanks and have a nice day.
Greetings from a rainy Western Norway
OJF
ActiveDocument.Variables.Add Name:="myVar", Value:="500"
The reason for this is that I want to read data from a record in a databasetable and use the field names as the variable names and the field values as the value in the field.
Thanks and have a nice day.
Greetings from a rainy Western Norway
OJF