yes. You probably made a syntax error. There are examples in the manual, regards, Ed
From: rise_t575 Sent: Tuesday, August 17, 2010 8:38 PM To: [email protected] Subject: [amibroker] function() - optional parameters? Just wondering if it is possible to use optional parameters in the function() function (no pun intended...), e. g. function Test ( a, b, c, optionalD, optionalE ); Would the function call Test( 1, 2, 3 ); generally work in this case? I've tried it, but something doesn't seem to work correctly - so I want to make sure that this is generally possible. Thanks in advance!
