On 01/07/2014 08:17 AM, Ivanko B wrote: > in pascal you can't write functions with variable number of arguments > AFAIK, "C uses "va_list" lfor that. Yep. I use it a lot. (Important for C: there is a corresponding concept and syntax in Macros that supports this. )
In Pascal we have the concept of open arrays with differently typed variables for this, including the possibility to define constants of this type on the fly in function calls. This is at least equivalent. -Michael ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

