View Single Post
  #5  
Unread 02-28-2008, 07:46 AM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

I see. The issue is that price is displayed with formatting. So while 3g looks like it should be easy to calculate, we have no way through UI programming to perform any math on it. You'd have to first remove the color and then strip the letters while at the same time converting it to a usable format. So 3g, 2s, 9c has to somehow become 30209. There is no automated way to strip that formatting.
Reply With Quote