Hi Chris!

I presume you are calling a program from within another program using the 
paramStr function?

The Parameters are inside a string which has the different parameters separated 
by commas.  If you keep calling the same program with and without parameters or 
with different numbers of parameters, you will have problems.  I would 
recommend using dummy parameters to fill up the paramstr so that no old 
variables get through.

Lookup the Commandline utilities help section and ParamStr function for more 
information.

Hope this helps!

Tom Nesler


-----Original Message-----
From: delphi-boun...@elists.org [mailto:delphi-boun...@elists.org] On Behalf Of 
chris.mo...@biuk.co.uk
Sent: Wednesday, October 03, 2012 4:09 AM
To: delphi@elists.org
Subject: Previos Parameters list

Hello,



Really simple one.  Using Delphi 7 I have an app that I send parameters
to.  In the development stage, I made many, many changes to the
parameters.  Now I have a set of 4 that I wish to use going forward.



My parameter list has ALL of the previous parameters in it.  How can I
clear the list?  Do you know where the list data is kept?



Thanks - Chris.



BROTHER INDUSTRIES (UK) LTD

Registered 1888853 in England.

VAT No : 864 4502 20



Address :

Vauxhall Industrial Estate
Ruabon
Wrexham
LL14 6HA

_______________________________________________
Delphi mailing list
Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi
_______________________________________________
Delphi mailing list
Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to