Usa la funzione Val() :

codice:
val("30L")
restituisce: 30

val("25") + val("30L") + val("110") + val("110L")
Restituisce: 275
Ciao