lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Make your own wrapper around, testing for actual "string" type, and using "tostring" for others.

In order to go more specific, you'd need to show where you currently have issues.

-asko


Bru, Pierre kirjoitti 12.6.2007 kello 19:14:

of course, this shoud read:
 
is there anyway to prevent the automatic string/number conversion ?
 


From: lua-bounces@bazar2.conectiva.com.br [mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of Bru, Pierre
Sent: Tuesday, June 12, 2007 3:35 PM
To: lua@bazar2.conectiva.com.br
Subject: prevent string/number auto-conversion ?

hi,
 
is there anyway to convert the automatic string/number conversion ?
 
TIA,
Pierre.