set theList to {"123", "124", "abc", "125", "efgh", "126"}
set theNumbers to numbers of theList
return theNumbers
¿Cómo puedo hacer que AppleScript reconozca qué elementos de theList son números y asigne una variable a esos números? La variable que tengo para theList es un marcador de posición, los elementos que representa cambiarán constantemente.