0

Add data into a dialog box
I have this.
let check := dialog("Renovar socio para la temporada 2018-2019", "Se renovará al socio seleccionado para la temporada 2018-2019. ¿Continuar?", ["Sí", "No"]);
if check = "Sí" then
Any way to add a field data into the dialog? Something like that, but with the correct code:
let check := dialog("Renovar socio para la temporada 2018-2019", "Se renovará al "HERE NAME OR SURNAME O ANY TEXT FIELD" seleccionado para la temporada 2018-2019. ¿Continuar?", ["Sí", "No"]);
if check = "Sí" then
Like Follow