M
Monkey
Normally, I don't work with programs that build me pages, so I /really/ want
to get into the script editor and play around with the VBScript itself in
InfoPath (for that's what I'm told it is). Now, I'm not terribly fammiliar
with VBScript, but I'm pretty sure I've figured out an array. It looks like
this:
dim customer(537);
//A
customer(0) = "Aaron Bauer"
customer(1) = "Aaron Smith"
....etc
now, why oh why won't the script editor allow me to use this? Do I need
something before or after it?
to get into the script editor and play around with the VBScript itself in
InfoPath (for that's what I'm told it is). Now, I'm not terribly fammiliar
with VBScript, but I'm pretty sure I've figured out an array. It looks like
this:
dim customer(537);
//A
customer(0) = "Aaron Bauer"
customer(1) = "Aaron Smith"
....etc
now, why oh why won't the script editor allow me to use this? Do I need
something before or after it?