killerofsix Posted April 24, 2008 Posted April 24, 2008 My question is: How do i put multiple variables into: GUICtrlCreateListViewItem( 3 variables here into separate columns, $listview) I want to put 3 variables into the 3 columns i have but i don't know how to express it. if someone could give an example please. Thanks for whoever answers! "The quieter you are, the more you are able to hear..." My AppsUSB Finder
Xenobiologist Posted April 24, 2008 Posted April 24, 2008 (edited) Hi $a & '|' & $b & '|' & $c Mega Edited April 24, 2008 by Xenobiologist Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
killerofsix Posted April 24, 2008 Author Posted April 24, 2008 Hi $a & '|' & $b & '|' & $cMegaThanks you very much "The quieter you are, the more you are able to hear..." My AppsUSB Finder
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now