<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font face="Helvetica, Arial, sans-serif">Hello list,<br>
<br>
can I conclude that it is better to use sub's in stead of macro's
?<br>
<br>
I read the following in an Asterisk-book :<br>
<br>
GoSub() works in a different manner from Macro(), though, in that
it doesn’t have the stack space requirements, so<br>
it nests effectively. Essentially, GoSub() acts like Goto() with a
memory of where it came from.<br>
<br>
Is it then not better to use a method that does not stack ?!<br>
<br>
<br>
Kind regards,<br>
<br>
Jonas.<br>
</font>
</body>
</html>