<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello,<br>probably I'm not the first one to point out this mistake on the handbook about the ask command:<br>************************************************<br>ask<br>ask X<br>ask takes a string as input. It shows a pop-up dialog containing the text from the string, just like the message. But in addition to it also puts an input field on the dialog. Through this input filed the user can enter a number or a string which can be stored in a container. For example <br>$in = ask <font style="" color="#ff0000">"What is you age?</font>"<br>$out = 2003 - $in<br>print "In 2003 you <font style="" color="#ff0000">where</font> " + $out + " years old at some point."<br>************************************************<br><br>the question should be : what year did you born?<br>In 2003 you were...<br><br>Thank you,<br>ps; KTurtle is great to get basic program writing.<br><br><div>Louis Beaucage</div>
<div><a href="mailto:louisbeaucage@hotmail.com">louisbeaucage@hotmail.com</a></div><br><br>                                               <br /><hr />New! Open Hotmail faster on the new <a href='http://go.microsoft.com/?linkid=9677400' target='_new'>MSN homepage!</a></body>
</html>