Click here to Skip to main content
15,902,845 members

Comments by MoraruVladut (Top 14 by date)

MoraruVladut 15-Oct-15 3:09am View    
This code is not for Visual Web developer :-?
MoraruVladut 15-Oct-15 2:58am View    
I don't understand, please put here in code please?
MoraruVladut 15-Oct-15 2:56am View    
Is another question. Is not repost
MoraruVladut 15-Oct-15 2:43am View    
I explane here, step by step : http://www.codeproject.com/Questions/1039834/How-do-I-know-which-are-the-first-characters-befor

Thanks a lot
MoraruVladut 15-Oct-15 2:26am View    
Sorry i have String like that and i need to display : 235/689, 45 is pcs, and 235/689 is the batch


Dim temp As String = "Batch 235/689/45 pcs booked out by vladut moraru on 10/15/2015"
temp = temp.Substring(temp.LastIndexOf("/"C) + 1)
Dim lastValue As String = temp.Split(" "C)(0).ToString()

Sorry, i explane you wrong