[Gambas-user] R: How to get all string after last "/"

abbat81 abbat.81 at ...787...
Thu Aug 22 22:15:43 CEST 2013


Thank you very much

It was helpfull + Array.Count:

  Dim s As String = "http://www.link1.com/folder1/folder1/picture1.png" 
  Dim ss As String[] 

   ss = Split(s, "/") 
    
   Print ss[ss.count - 1] 






--
View this message in context: http://gambas.8142.n7.nabble.com/How-to-get-all-string-after-last-tp42952p42963.html
Sent from the gambas-user mailing list archive at Nabble.com.




More information about the User mailing list