PDA

View Full Version : Handle String Function - Copy String To Clipboard



NewsArchive
04-27-2012, 01:17 AM
Hi!

I see, that thius function is in the last Setupbuilder.
Unfortunately, what i neeed is * Handle String Function , i.e. a
function to handle string operations under the compile process.

What i do is to copy my setup.exe to J:\[Long
path....]\Version_no\setup_[version_no].exe after the script has
created setup.exe

Then i write a mail to the ones whoo neds to know where to find i.
9 out of 10 times, i make a thypo somewhere...

So, to have the path in the clipboard automatically after having made
the setup, would make my life easier.

Best regards

Edvard Korsbęk

NewsArchive
04-27-2012, 01:18 AM
Edvard,

> I see, that thius function is in the last Setupbuilder.
> Unfortunately, what i neeed is * Handle String Function , i.e. a
> function to handle string operations under the compile process.

See the following in the update:

---
IMPROVEMENT: IDE: Add "Copy to Clipboard" option to the "#msg..." compiler
directive.
---

You can use this to copy a text to the clipboard at compile time.

Does this help?

Friedrich