     -         .

       -   .  ,      ,    . ,      .       ,      .

 -     ,   EditField  TextField (  ), Message  String ( ), Choice (  ), Gauge (   ), Date ( )     Select  Menu ()  Alert (  ).    .   ( Select  Alert,   )       :  ,     ,      /  .      ,   :  ,      (  Title$),    "" (  OK$),    "" (  Cancel$)   (  SubTitle$).   ,    .   ,   :                (     Select  Alert!).  ,     .

  -  MESSAGEFORM.  :
MESSAGEFORM(Title$, OK$, Cancel$, SubTitle$, Message$)
    Message$. ,      ,  :

A%=MESSAGEFORM("Title", "OK","Cancel","SubTitle","Hello, world!!!")

  (   ),     ""  -1.      1.

  EDITFORM.     ,   ,    =).   :
A%=EDITFORM(Title$, OK$, Cancel$, SubTitle$,  , Lenght%, Type%)
 Lenght% -    ,  Type% -   .    :
0 -  
1 - 
2 - 
3 - e-mail
4 -  
5 - URL
         ,    " "!!!!!  .     ,  -1   .

CHOICEFORM.    .  :
A%=CHOICEFORM(Title$, OK$, Cancel$, SubTitle$, A$, Type%)
 Type% -   :
0 - 
1 - 
A% -    .  ,        .
 -   ,      .

   DIM:
DIM (- )
            : A$(1).    .     A$(3)   3 : A$(0), A$(1)  A$(2).

  .  :
     (   )
    (   ,     1, 2, 4, 8, 16, 32  ..)
-1,   

GAUGEFORM. .       (       =) ). :
A%=GAUGEFORM(Title$, OK$, Cancel$, SubTitle$, Max%, Init%, Type%)
 Max% -  , Init% -  , Type% - :
0 - 
1 - 

DATEFORM.   (    )  .
 :
A%=DATEFORM(Title$, OK$, Cancel$, SubTitle$, A%, Type%)
Type:
0 -   
1 - 
2 - 
A% -    :
A%(0)=DAYS(0)
A%(1)=MILLISECONDS(0)
  ,  ,   .   ,     .    A%    ,   1 ()  -1 ().   ,       . ,   
08:32 AM
Wed, 26 Aug 2009
   :
14482
30780000

  ,         .        .

  (   ,  )   .

  SELECT:
%=SELECT(Title$, Menu1$, Menu2$,...)
       (  ).      (   ).     .

 (   =) )   Alert.      ,       ,    ,          .   :
ALERT Title$, Message$, GEL$, Type%, TimeOut%
 Message$ -   (  ), GEL$ -  ( ),  , Type% - :
0 - 
1 - 
2 - 
3 - 
TimeOut% -   (0 - ).

    , ,       Type%     ,         .

:
10 ALERT ""," !!!!!!!!!!!!","",2,0