Search found 9 matches

by vagulus
Mon Feb 29, 2016 7:00 pm
Forum: VBScript
Topic: What is the function of a Function?
Replies: 2
Views: 16951

What is the function of a Function?

Product, version and build: PS 2015 32 or 64 bit version of product: 64 Operating system: W7 32 or 64 bit OS: 64 I am trying to figure out whether or not a Function returns the value it generates by its own name. I have this code: Function readInput(CellIndex) ' debug WScript.Echo "In readInput...
by vagulus
Sun Feb 28, 2016 11:24 pm
Forum: Former and Future Customers - Questions
Topic: How do I format the font in PS?
Replies: 3
Views: 8032

How do I format the font in PS?

Product, version and build: PS 2015 32 or 64 bit version of product: 64 Operating system: W7 32 or 64 bit OS: 64 My VDU is high resolution (SAMSUNG U28D590D VDU driven by an NVIDIA QUADRO K620 Video Card) so the text in the editor window of PS is very small. How can I change that so my aged eyes are...
by vagulus
Thu Feb 18, 2016 10:42 pm
Forum: Former and Future Customers - Questions
Topic: No Script Engine
Replies: 10
Views: 15464

Re: No Script Engine

"... behold, I bring you good tidings of great joy ..." to coin a phrase :mrgreen: Further burrowing produced a suggestion to install WSH.inf . Trouble was, Agent Ransack couldn't find such a thing on my machine. I downloaded a copy and installed it at %windir%\inf\ (on Windows 7 that equa...
by vagulus
Thu Feb 18, 2016 5:38 pm
Forum: Former and Future Customers - Questions
Topic: No Script Engine
Replies: 10
Views: 15464

Re: No Script Engine

Hi Alexander Sorry to be a pain, but I am only feeling my way with VBScript and PS. I am a reasonable accomplished programmer but I am having huge difficulty getting this thing on its feet. You wrote Make sure you have the same platform selected. If both 32 and 64 bit registrations where screwed up,...
by vagulus
Thu Feb 18, 2016 4:51 pm
Forum: Former and Future Customers - Questions
Topic: No Script Engine
Replies: 10
Views: 15464

Re: No Script Engine

Following your link I went to Run and ran Associate file type or protocol with a specific program to discover that .VBS was associated with PrimalScript 2015 . --> Change Program offered Notepad, WordPad, and PS --> Other Programs offered several other programs of little interest --> Browse c:\\Wind...
by vagulus
Thu Feb 18, 2016 3:08 pm
Forum: Former and Future Customers - Questions
Topic: No Script Engine
Replies: 10
Views: 15464

Re: No Script Engine

Hi Alexander After running that Regsvr32 command I received a dialog showing DllRegisterServer in vbscript.dll succeeded. Neither double-click nor command from the command line runs my complex program. Both merely call PrimalScript with the code loaded. PS will not run the code. I just get the same ...
by vagulus
Wed Feb 17, 2016 4:09 pm
Forum: Former and Future Customers - Questions
Topic: No Script Engine
Replies: 10
Views: 15464

Re: No Script Engine

Hi Alexander I gave that a whirl: Run => cmd => run as administrator => d: => cscript.exe <complex_script>.vbs Same result. I am afraid I do not know what you mean by "elevated cmd window" or how to run a 32-bit cmd window on a 64-bit machine. You'll have to show a little mercy to a luddit...
by vagulus
Wed Feb 17, 2016 2:57 pm
Forum: Former and Future Customers - Questions
Topic: No Script Engine
Replies: 10
Views: 15464

No Script Engine

Product, version and build: Primalscript 2015 32 or 64 bit version of product: 64 Operating system: windows 7 32 or 64 bit OS: 64 I have just installed PrimalScript 2015 trial version and written this very complex script file: '============================== Option Explicit On Error Resume Next Dim ...