PureBytes Links
Trading Reference Links
|
Anyone using 58 character variable names probably should be drawn and
quartered ... Forget about 1000.
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxx>
wrote:
>
> Hello,
>
> There is NO limit on length of variable/function identifiers.
>
> Example with variable identifier that has length of 58 characters
(I am too lazy to make a proof with one thousand characters).
>
> MyVeryLongVariableName0123456789ABCDEFGHIJKLMNOPQRSTUWZYZ = 123;
>
> printf("%g",
MyVeryLongVariableName0123456789ABCDEFGHIJKLMNOPQRSTUWZYZ );
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: Phsst
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Sunday, June 04, 2006 2:24 AM
> Subject: [amibroker] Quick ? about Variable Names
>
>
> Does anyone know if there is a limit on the number of characters
that
> make up a variable name?
>
> The reason I ask is that I did a quick explore using variable
names of
> approx 27 characters and did not get the expected results.
>
> Then I just reduced the number of characters in the variable name
to 6
> and started getting expected results.
>
> Did not find anything doing a quick search against the help files.
>
> TIA.
>
>
>
>
>
> 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
>
>
>
>
>
> SPONSORED LINKS Investment management software Real estate
investment software Investment property software
> Software support Real estate investment analysis software
Investment software
>
>
> --------------------------------------------------------------------
----------
> YAHOO! GROUPS LINKS
>
> a.. Visit your group "amibroker" on the web.
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service.
>
>
> --------------------------------------------------------------------
----------
>
|