You could always store the length of "accom_price" in a global array and retrieve it by:
accom_price = right(lstAccomDets(index).text, array(index))
Printable View
You could always store the length of "accom_price" in a global array and retrieve it by:
accom_price = right(lstAccomDets(index).text, array(index))
Better yet, convert the accom price to cents (ie. make it a long), and store it in the ItemData property of each item
- gaffa