lua-users home
lua-l archive

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


Thanks Jamie, but this don't work, what I like is sort a list of strings, I know, there a function for this on Lua, but I need this to create a tutorial about sort...


Thanks Alexandre Ribeiro de Sá alex_r@vortexentertainment.com http://www.vortexentertainment.com

Jamie Webb wrote:

On Fri, Jul 02, 2004 at 10:49:16PM -0300, Alexandre Ribeiro de S? wrote:


AHOY!

How I can compare two strings? Like the VC++ strcmp...



Use the == operator. It's a sorry state of affairs when we become this sure that programming languages are going to make our lives difficult...

-- Jamie Webb