Mattias, I just got 15 parameters to show up in a cgi-type script:

on startup
 put $0 & cr & $1 & cr & $2 & cr & $3 & cr & $4 & cr & $5 & cr
 put $6 & cr & $7 & cr & $8 & cr & $9 & cr & $10 & cr
 put $11 & cr & $12 & cr & $13 & cr & $14 & cr & $15 & cr
end startup

Might there be something in the tenth of your parameters (a null byte, perhaps) that is causing a problem?

Best,

Mark


On 8 Sep 2008, at 20:33, [EMAIL PROTECTED] wrote:

Ben,

just imagine you want to drag files onto a Windows shortcut of a runrev standalone. There it would be usefull to have more than 9 parameters.

I am working on an application, which allows the user to put a predefined watermark onto a graphic file. I want to give the user the opportunity to drag lots of files or folders to the shortcut of that app without starting the app first. Putting a file onto a Windows shortcut starts the app and puts the file(s)/folder(s) as a parameter to the app.

Regards,

Matthias




-------- Original Message --------
Subject: Re: only 9 parameters possible in rev standalone commandline (08-Sep-2008 16:26)
From:    Ben Rubinstein <[EMAIL PROTECTED]>
To:      [EMAIL PROTECTED]

[EMAIL PROTECTED] wrote:
am i the only one who is using rev standalones with commandline parameters?

No, I know of at least one other (me). But I've never tried using it with more than two; you might be the only using rev standalones with more than
nine.

- Ben

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution




To: [email protected]


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to