%GetStrItem("John;Michael;Charles;Jack;Martin",3,";") ; the function returns the value of "Charles"
%GetStrItem("John;Michael; Charles ;Jack;Martin",3,";") ; the function returns the value of "Charles"
%GetStrItem("John;Michael; Charles ;Jack;Martin",3,";", @FALSE) ; the function returns the value of " Charles "
Pridať komentár