Update options
Murray Scholz
murray.scholz@abri.une.edu.au
Wed, 14 May 2003 17:32:28 +1000
Karen,
Try something like...
;;;define quote char*1 = '"' ; simpler if want to use single quotes
define n-34 int*2 = 34
define quote char*1 = char(n-34) ; This may need to be slightly
different depending on your platform
define the-command char*60 = "echo " + quote + "hello" + quote
then the run command statement becomes:
RUN COMMAND the-command
Regards
Murray Scholz
Agricultural Business Research Institute
University of New England
Armidale NSW 2351 Australia
Email murray.scholz@abri.une.edu.au
karen d'souza wrote:
> Hi ,
>
> How do i represent a double quote within a double quote. I need the
> second quote. The RUN COMMAND "echo "hello"" gives me an error in powerhouse
>
> Help....
>
> Regards
>
> Karen