Re: [Harbour] About HB_TokenGet() function

2008-11-18 Thread Juan Gálvez
? HB_TokenGet( " 2 3 4", 1, " " )// It shows "3" I'm sorry, in the above line I want to say : ? HB_TokenGet( " 2 3 4", 2, " " )// It shows "3" Best regards Juan ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project

[Harbour] About HB_TokenGet() function

2008-11-18 Thread Juan Gálvez
Hi all, Is there some technical reason so that the behavior of HB_TokenGet() is different when the delimitador is the space character ? If yes ... Could it be changed to be an optional behavior ? ? HB_TokenGet( ";2;3;4", 1, ";" )// It shows "" ? HB_TokenGet( ";2;3;4", 2, ";" )// It sh