Come eliminare le parentesi

In pratica nella mia app, aggiungo le mie medicine con le loro scadenze; in una ListView. Come posso togliere le parentesi di ogni componente della ListView?
Saluti
Nicola

It sounds like you have a list of lists (a column of data - csv table)
You need to extract the index 1 of each item in that list to a new list, then you parentheses will go away.

Adesso ti mando il mio file .AIA..così comprendi meglio.
Saluti
NicolaLe_mie_medicine.aia (67.3 KB)

In your BtnAggiungi.Click:

replace

image

with this:

image

to get a listview without parentheses.

Continue to use the list in global MedicineDates for other activities.

1 Like

Grazie Tim,
sempre gentilissimo e professionale.
Saluti
Nicola

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.