Sie sind auf Seite 1von 2

'msgbox strrev("ABCD") ' ''str1=inputbox("enter string") 'msgbox strrev(str1) 'Function strrev(str1) ' Dim temp ' For i=1to

len(str1) ' temp=mid(str1,i,1)&temp ' ' 'Next ' strrev=temp 'End Function

' 'str1=("aaaaaa 12345 bbbbb") 'print mid(str1,8,instr(str1,"bbbb")-1-8) ' ' 'k=inputbox("enter string") ' print strreverse(k) '' 'str1=Browser("Indian Railways Time Tables,").Page("Indian Railways Time Tables, ").WebList("select").GetROProperty("all items") 'print len(str1) 'temp=split(str1,",") 'For i=0 to ubound(temp) ' print temp(i) ' 'Next '

Das könnte Ihnen auch gefallen