d,
 
That did the trick, thanks.  The formatting that Yahoo does screwed me up and I didn't catch the extra spacing you were putting in on the variable.
 
MM777


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of dingo
Sent: Saturday, July 15, 2006 11:59 AM
To: [email protected]
Subject: RE: [amibroker] Left Justify Column Output

Make sure that not only the heading gets a lot of spaces to the right "Industry                                        "
 
 but the variable as well: IndustryID(1) + "                                           "
 
You may have to reduce the col width a little. Play around with it.
 
d


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of MarketMonk777
Sent: Saturday, July 15, 2006 2:15 PM
To: [email protected]
Subject: RE: [amibroker] Left Justify Column Output

Dingo,
 
That didn't work for me.  What you did left justified the Column Title, not the output results on each line below.
 
Unless I am missing something?
 
Dave


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of dingo
Sent: Saturday, July 15, 2006 10:58 AM
To: [email protected]
Subject: RE: [amibroker] Left Justify Column Output

Well, after saying that I DID manage to do it.  Damned ugly IMHO but:



AddTextColumn(IndustryID(1) + "                                           " ,
                              "Industry                                        ", 25.0,colorWhite,colorBlue,160);


d

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of marketmonk777
> Sent: Saturday, July 15, 2006 1:19 PM
> To: [email protected]
> Subject: [amibroker] Left Justify Column Output
>
> Hi folks,
>
> I have the following line of code in my exploration AFL:
> AddTextColumn(IndustryID(1) ,"Industry          ", 25.0, colorWhite,
> colorBlue,160);               // adds a column to display the
> name for the industry
> from TC2005 database
>
> and I would like to know if it is possible to have this
> Industry name left justified.
>
> Regards,
>
> Dave
> MarketMonk777
>
>
>
>
>
>
> ------------------------ Yahoo! Groups Sponsor
> --------------------~--> See what's inside the new Yahoo!
> Groups email.
> http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/GHeqlB/TM
> --------------------------------------------------------------
> ------~->
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly
> to SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>

> Yahoo! Groups Links
>
> <*> To visit your group on the web, go to:
>     http://groups.yahoo.com/group/amibroker/
>
> <*> To unsubscribe from this group, send an email to:
>     [EMAIL PROTECTED]
>
> <*> Your use of Yahoo! Groups is subject to:
>     http://docs.yahoo.com/info/terms/

>
>

__._,_.___

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html






YAHOO! GROUPS LINKS




__,_._,___

Reply via email to