input
Méthode permettant d'afficher une boîte de dialogue avec un champs de texte à saisir et à retourner.
🔍 Prototype
global.input(text)
📝 Paramètres
Paramètre
Type
Description
text
string
Le texte à afficher dans la boîte de dialogue.
🔙 Retour
Type
Description
string
Le texte saisi.
📌 Exemple
local output = global:input("Identifiant de l'objet à supprimer :")

Dernière mise à jour