Page 1 of 1

Programmer's Lab

Posted: Sun Oct 30, 2011 11:09 am
by bpd2000
Find Demo for Programmer's Lab it is free

The Programmer's Lab presents a compiled collection of over 500 functions that empower limited programming languages and simplify complex code at the same time. It accomplishes these two seemingly different things by acting like a dynamic link library (DLL).

Library Can be downloaded from http://www.justoutsourcing.com/pl/download.html

Main feature of Lib is single line coding

Re: Programmer's Lab

Posted: Sun Oct 30, 2011 2:07 pm
by Pablo César
Nice examples in your code. I have included path thru GetCurrentFolder() for executing at current folder for pl.exe and your picture. But very nice to know for knowledgeand studies. Here it is link for downloads:

http://www.justoutsourcing.com/pl/download.html

Thank you for your contrib

Re: Programmer's Lab

Posted: Mon Oct 31, 2011 3:42 am
by bpd2000
Dear Pablo César

Thank you for suggestion, I have modified source

I want to know how to retrive result and use it in HMG code
Code: Display mode 3
pl.exe 3 combobox "My Title" "Item 1" "Item 2" "Item 3"

Code: Clipboard mode 1 will store result in clipboard
pl.exe 1 combobox "My Title" "Item 1" "Item 2" "Item 3"

Code: Clipboard mode 2 will store result in TMP.TMP file
pl.exe 2 combobox "My Title" "Item 1" "Item 2" "Item 3"

you can run example even from CMD window