Hi,
I want to get three four parameters from one function into another.
I have created a custom dailogbox, for that i have created a demofunction which will get the textfield values from dailog box.
suppose i call the function
nResult=demofunction(string1,string2,string3)
i want these string1,2,3 as collect value from the function and also return number value that will tell me about the button clicked(back,next,cancel).
is this possible?
or for example like GetCurrentDir(svcurrentdir) returns the dir value in svcurrentdir. How can this be done?
Please help
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Taking the parameter as return value INSTALLSCRIPT
Started by
shriraj
, Nov 02 2007 13:36
2 replies to this topic
Posted 02 November 2007 - 13:40
Yes, you can do this. Be sure to prototype the parameter as BYREF.
Stefan Krüger
InstallSite.org twitter facebook