PureBytes Links
Trading Reference Links
|
Hello,
Use ParamStr and StrToNum function:
value = StrToNum( ParamStr("Value", "100" ) );
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: <das300@xxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, November 04, 2004 11:45 AM
Subject: [amibroker] AMIBROKER - can I enter values in a function via keyboard not mouse or arrows??
>
>
> I have functions which require share price , equity $ and cents.
> It is frustrating that I cannot enter via a keyboard.
> eg. 34 678.56 cents is difficult to allow for in param function and
> using keyboard especially when it could be 10 000 - 100 000 .
>
>
> Can this be done . I have 4.63.1 beta.
>
> Regards,
> Maurice
>
>
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|