You can't assign a variable to a constant. Just use:
VID = REQUEST.FORM("TITLE_")
Dim VTX
VTX = VID&".TXT"
'RESPONSE.WRITE(VTX)
[highlight #FCE94F]Dim Filename
Filename = VTX[/highlight]
Or betterVID = REQUEST.FORM("TITLE_")
Dim Filename
Filename = VID&".TXT"
'RESPONSE.WRITE(Filename)
Greg: I've never heard of that method, I will have to try it. I use the instructions from the site below (which also only works during initial setup), which is basically to hit SHIFT-F10 during the setup to get a command prompt and running the command OOBE\BYPASSNRO which reboots the system and...
I have a vbscript that I had been running daily and it has been fine. After not having run it for a few weeks, when I tried yesterday it appeared to just hang. After troubleshooting I found that actually it wasn't hung, but one line of code (a single UPDATE to an Access 365 database) was taking...
Thanks Skip. Yes I agree, but I was looking for a simplest possible method using macro recording only. Depending on what cells are selected, Excel sometimes will ask if you want to "expand the selection" when you try to sort. I tried that and several other ways, but no matter what it always...
When I record a macro in Excel that includes sorting, the macro always hard-codes the cell range. So if I run the macro on another spreadsheet with more rows, it only sorts the top portion. Now, I know how to solve this with some VBA code, but I'm trying to demonstrate the value of recording...
This poor OP probably sees ting reviews, and essay writing reviews, and God knows what other reivews all day long and they have finally had enough!! When will youngsters learn? It may SEEM authentic (assuming they are human) and give form and all joy blah blah blah, but in the end... have they...
First, get rid of the "on error resume next", it suppresses errors (which doesnt help)
Second, the CONST commands are totally wrong... and so much else... looks like multiple copy/pastes from other vbscript code??
What are you trying to do??
You didn't post any code, but if you had something like
s = "There are 21 rocks in my collection -- 2 of them are quartz."
...there are ways to find the numbers and insert the <y> and </y>.
But what do you mean about the cursor?
Thanks for the fast reply! I did download from the page you linked to, used PCL6_v15.00_Set-up_x64.exe (computer has Win 7 64-bit). I will try uninstalling it and using the PPD driver PPD_v4.15Win.exe, see if it makes a difference.
I have a Canon ir3300 set up as a network device. Copying and Faxing works fine from the device, now I want to print to it from a computer.
I downloaded the PCL6 drivers from Canon's site and installed it on a Win7 computer. It searched and found the printer on the network, it installed the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.