Hi,
I have to make calculations with lisboxes that are spread over several pages. The user selects a text-item from the listbox (that is internally associated with a data item). These data items are numbers that have to be added to a running total. I take it that the data item is also a string ? How to convert it to an integer ?
So I have to get the item that the user has selected and then from that item get the index and then the corresponding dataitem and then the numeric value of that data iitem. Seems rather complicated. What is the best way to do this ? (I have 20 listboxes ). AMS 5.0 pro.
Sincerely,
Georges

