문제

Just want to ask why is the output for this line of code '18', I'm not very particular with Instr Function in Lotusscript.

    Dim expview as String
    expview = Instr("OpenAgent&query=&expview=","expview=")
    Print expview
도움이 되었습니까?

해결책

It is index of character in string OpenAgent&query=&expview= from which string expview= starts.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top