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 shows "2"
? HB_TokenGet( " 2 3 4", 1, " " ) // It shows "2"
? HB_TokenGet( " 2 3 4", 1, " " ) // It shows "3"
Best regards
Juan
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour