yet another question.
In this code:
Code: Select all
create stack "F0" in stack "Outils de création"
   set the loc of stack "F0" to (450,300) 
   ask "donner un titre"
   if it=empty then exit to top
   put it into Nvar
   set the name of stack "F0" to ("F0" & "  " &  Nvar)  
   hide stack ("F0" & "  " &  Nvar) 
go to stack "Outils de création"
   create stack "F0"
   set the name of stack "F0" to ("F0" & "  " &  Nvar) Code: Select all
go to stack "Outils de création"
   create stack "F0"Code: Select all
set the name of stack "F0" to ("F0" & "  " &  Nvar)Is this normal ?
Pascal
 
 
