Thanks, I have tried others functions and effectly it's a problem with parenthesis.

Le 30 mars 04, � 00:42, Martin Baxter a �crit :

Alan Bois wrote:
When I used Hypercard, if I have this handler
function somme a,b
return a + b
end somme
and I wrote in msg box put somme (3,5) I obtain 8.
With Rev I obtain 3. the first argument only, why? Bug or option with
msg box ?
Thanks for answers.


I suspect it's a message box bug.


put somme(3,5)

Works as expected, the difference being there is no space character between
the function name and the parenthesis


Martin


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to