CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Posts
    34

    VBScript to JScript

    Hi all, can anybody help me with this...

    there is a function in VBScript called InStr I can not get it to work in JScript. I'm not sure if I have to import a particular namespace or if you just simply can not use it.

    Thanks

  2. #2
    Join Date
    Dec 2001
    Location
    Andhra Pradesh,India.
    Posts
    72
    Hi,

    The Jscript equivalent of instr is indexOf method of the String object.

    Regards,
    Chanti.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured