Input a ComboBox

Aquí puedes preguntar o compartir tus dudas y conocimientos acerca del programa
Hola a todos...

He estado tratando de poder copiar una información ingresada para que se guarde en un ComboBox, pero no me resulta.

Se que tengo que usar para los input...

(para copiar el texto)

Código: Seleccionar todo

Variable = Input.GetText("Input1");
(para pegar el texto)

Código: Seleccionar todo

Input.SetText("Input1", Variable) 
También el ingreso de info puede ser a través de Dialog.Input

Pero al tratarlo de meter a un ComboBox en ambos casos no me resulta y OJO que no quiero ocupar en ListText por espacio
(ya que el ComboBox es desplegable).

Descargar *.apz
https://mega.nz/file/bw5WlABL#0wKS2NlFh ... bXzsO3XULw

Les agradezco que me puedan ayudar por favor.-
HIDE: ON
Hidebb Message Hidden Description
usamakey escribió:
30 May 2024 12:13
HIDE: ON
Hidebb Message Hidden Description
Thanks for your help usamakey...

When adding several texts to the ComboBox, it only stores the last added value in the *.txt in Docs and when closing the application (project) and running it again, no dice appear loaded to the ComboBox from the *.txt that is in Docs.

And when loading a value from Input to the ComboBox... This value can be numbered... this is so that many Item1s do not appear in the ComboBox without being able to differentiate them.

Could you help me with that please.
HIDE: ON
Hidebb Message Hidden Description
Gracias . . .