PureBytes Links
Trading Reference Links
|
Isn't CR/CB as follows?
Carriage Return = Just Return
Carriage Break = Shift Return
Mabie Im wrong.......
MSG.
Tomasz Janeczko wrote:
> "For instance, I don't even know how to INSERT CARRIAGE RETURN
> breaks. Later, Ron D"
>
> Just press ENTER (Return) key on your keyboard.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
>
> ----- Original Message -----
> *From:* mrdavis9 <mailto:mrdavis9@xxxxxxxxxx>
> *To:* amibroker@xxxxxxxxxxxxxxx <mailto:amibroker@xxxxxxxxxxxxxxx>
> *Sent:* Friday, April 15, 2005 4:38 AM
> *Subject:* Re: [amibroker] version 4,70rc3 editor
>
> Herman, thanks for these ideas. What you do sounds like it is
> better than simple random wrap breaks.
> My problem is that I have very low computer skills, so I sure
> would appreciate your pasting in a section of your organized code
> with some instructions of how you accomplish this.
>
> For instance, I don't even know how to INSERT CARRIAGE RETURN
> breaks. Later, Ron D
>
>
>
>
> ----- Original Message -----
>
> *From:* Herman van den Bergen <mailto:psytek@xxxxxxxx>
> *To:* amibroker@xxxxxxxxxxxxxxx
> <mailto:amibroker@xxxxxxxxxxxxxxx>
> *Sent:* Thursday, April 14, 2005 8:52 PM
> *Subject:* RE: [amibroker] version 4,70rc3 editor
>
> Hello Ron,
>
> To deal with long lines of code I use these techniques:
>
> 1) Insert carriage-returns (afl ignore breaks, tabs and
> spaces) to break the long line at 'logical' places, which I
> prefer to automatic breaks which would break up logical
> sections of the line into random parts.
>
> 2) I indent the wrapped parts so that they are clearly
> identified as belonging to the preceding non-indented part.
>
> 3) To make the code more readable I often use intermediate
> descriptive variables, each to represent a logical part of the
> long statement, thus making code more readable and as well
> reduce line length.
>
> 4) make liberal use of spaces (empty lines) between lines of
> code to visually group relevant blocks of wrapped code together.
>
> Perhaps some of this might work for you to? I have nothing
> against optional automated wrapping of lines however i might
> not use it much...
>
> best regards,
> herman.
>
>
>
>
>
>
> -----Original Message-----
> *From:* amibroker@xxxxxxxxxxxxxxx
> [mailto:amibroker@xxxxxxxxxxxxxxx]*On Behalf Of *mrdavis9
> *Sent:* Thursday, April 14, 2005 9:24 PM
> *To:* amibrokeryahoogroups
> *Subject:* [amibroker] version 4,70rc3 editor
>
> The purpose of this email is to see if myself and Graham
> are the only two Amibroker users who would like to be able
> to switch the version 4,70rc3 indicator editor to a
> WRAPPED LINE MODE.
>
> The version 4,70rc3 indicator editor needs to avoid
> wrapping lines so it can more accurately report errors.
>
> I am hoping there are more users than Graham and myself
> who would like have a switch that would allow us to choose
> to edit in a WRAPPED LINE MODE. Then, when an error
> occurs, the editor would instantly switch to UNWRAPPED
> LINE MODE, in order to accurately identify the error.
>
> It would then remain in the DEFAULT "UNWRAPPED LINE" mode
> until we decided to switch back the WRAPPED LINE mode.
>
> This proposed switch option would satisfy the desires of
> everyone.
>
> I would appreciate hearing some feedback on this idea.
> Later, Ron D
>
>
> 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
>
>
>
>
>
> 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
>
>
>
> ------------------------------------------------------------------------
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.9.9 - Release Date:
> 4/13/2005
>
>
>
> 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
>
>
>
>
>
> 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:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/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:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|