| ©«¤l145 ¥DÃD45 ºëµØ0 ¿n¤À190 ÂI¦W0  §@·~¨t²Îwindows ³nÅ骩¥»7 ¾\ŪÅv100 ©Ê§O¨k ¨Ó¦Û¥x¥_¥« µù¥U®É¶¡2013-10-18 ³Ì«áµn¿ý2014-3-29 
 | 
                
| ¦^´_ 8# sjgau½Æ»s¥N½XSub test1016()
   Randomize
   Dim a As Single, b As Single, c As Single
   
   a = Rnd * 90 + 10
   b = Rnd * 90 + 10
   
   ' show a, b
   MsgBox (" a= " & a & ", b= " & b)
   
   Randomize
   ' Dim a As Single, b As Single, c As Single
   ' a, b, c ÅܼơA¤£¥i¥H «½Æ«Å§i
   
   Dim x As Single, y As Single, z As Single
   ' DIM ¥i¥H©ñ¦bµ{¦¡¬q¸¨ªº ¤¤¶¡
   
   x = Rnd * 90 + 10
   y = Rnd * 90 + 10
   
   MsgBox (" a= " & x & ", b= " & y)
End Sub
 | 
 |