[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] EnableScript("vbscript"



PureBytes Links

Trading Reference Links




Try This:

 http://www.amibroker.com/docs/ab400.html



On Sat, Jul 25, 2009 at 12:34 PM, dubi1974 <gonzales74@xxxxxxxxx> wrote:
 

Hi, as I know you can pass parameter from AFL to e.g. _vbscript_.. through AFL("").
Is there a possibility to pass parameter from _vbscript_ back to AFL?
Like _vbscript_("") or something else?

Many thanks, dubi

sStr = "this is a test";

EnableScript("_vbscript_");
<%

vbStr = AFL("sStr")
Set Excel = CreateObject("Excel.Application")
Excel.WorkBooks.Add
Set Sheet = Excel.WorkBooks(1).WorkSheets(1)

Sheet.Cells(1,1).Value = vbStr
Excel.Visible = 1
Sheet.Cells(1,2).Value = "That is another test"
afltest = Sheet.Cells(1,2).Value ????

%>
strAFLTest = _vbscript_("afltest"); ?????
printf(strAFLTest); ????




__._,_.___


**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/





Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___