logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are string functions in VBScript?


  • Correct Answer
  • Asc() - Returns ANSI Character Code Chr() - Returns Character from ANSI Code InStr() - Find a string within another InStrRev() - Find a string within another (Reverse) LCase() - Convert a string to lowercase Left() - Crops a string from left Len() - Determine the length of a string LTrim() - Remove leading spaces from a string Mid() - Crops a string Replace() - Replace a substring within a string Right() - Crops a string from right RTrim() - Remove trailing spaces from a string Space() - Creates a string with the specified number of spaces StrComp() - Compare two strings String() - Creates a repeated character string StrReverse() - Reverse the characters of a string Trim() - Remove both leading and trailing spaces from a string UCase() - Convert a string to uppercase 


  • Technology problems


    Search Results


    • 1. Which class provides an interface for invoking JavaScript methods and examining JavaScript properties.

    • Options
    • A. ScriptObject
    • B. JSObject
    • C. JavaObject
    • D. Jobject
    • Discuss
    • 2. What is webdynpro for ABAP ?
    • Discuss
    • 3. Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables ?

    • Options
    • A. Data Manipulation Language(DML)
    • B. Data Definition Language(DDL)
    • C. Both A & B
    • D. None
    • Discuss
    • 4. Explain different layers which define cloud architecture
    • Discuss
    • 5. Which of the following are capabilities of functions in JavaScript?

    • Options
    • A. Accept parameters
    • B. Return a value
    • C. Accept parameters and Return a value
    • D. None of the above
    • Discuss
    • 6. Explain about services in Angular.js ?
    • Discuss
    • 7. What do you mean by undeclared and undefined variables ?
    • Discuss
    • 8. Webpages are written using

    • Options
    • A. Win Zip
    • B. HTML
    • C. A fifth generation language
    • D. Peripherals
    • Discuss
    • 9. What is the need of Response.Output.Write() in Asp.net ?
    • Discuss
    • 10. Which among the following are not the c++ tokens

    • Options
    • A. Identifiers
    • B. keywords
    • C. Strings
    • D. None
    • Discuss


    Comments

    There are no comments.

Enter a new Comment