split doesn't work
#4

Quote:
Originally Posted by r0b
Посмотреть сообщение
This is exactly what i did:
Код:
split(data,tmp,"|");
Or not?
The " defines it as a string, ' defines it as a character.

" is a double quote.
' is an apostrophe.

They may look similar but to the computer they are both very different, so make sure you input the right one

That split function is designed to accept a single character only for the splitting process.
Reply


Messages In This Thread
split doesn't work - by r0b - 06.08.2010, 14:54
Re: split doesn't work - by JaTochNietDan - 06.08.2010, 14:57
Re: split doesn't work - by r0b - 06.08.2010, 14:58
Re: split doesn't work - by JaTochNietDan - 06.08.2010, 15:00
Re: split doesn't work - by r0b - 06.08.2010, 15:02

Forum Jump:


Users browsing this thread: 2 Guest(s)