Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7825995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:13:52+00:00 2026-06-02T09:13:52+00:00

I come from an Object Oriented background. Why does Test (notice the quotes) display

  • 0

I come from an Object Oriented background. Why does “Test” (notice the quotes) display (in the message box) in this code fragment. I would expect the logical test: ‘If Test = “True”‘ to return False because the variant contains a Boolean and not a String. Therefore I would not expect the Message Box to appear, but it does:

Dim Test As Variant

Test = True

If Test = "True" Then //line 5
    MsgBox ("Test")
End If
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T09:13:53+00:00Added an answer on June 2, 2026 at 9:13 am

    Variant type values in VB6 (and most other languages that support them) automatically convert between data types as needed; they’re used extensively in COM interactions.

    The code you’re using uses the automatic (implicit) conversion from boolean to string here:

    if Test = "True"
    

    after using it as it’s original assigned type (boolean) here

    Test = True
    

    Here, though, you’re not using the variant at all; you’re using a hard-coded string "Test".

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Where does the object MSXML2.ServerXMLHTTP.4.0 come from? Which install package? I'm attempting to do
I come from a C++ background, so apologies if this is a non-C# way
In several introductory texts on Object-oriented programming, I've come across the above statement. From
I come from a C++ background and I've been working with C# for about
I come from a php background and in php, there is an array_size() function
I come from a C# background and I am working on a C++ project.
I come from a .NET background and need to do a web project in
I come from a PHP background and I'm just getting my teeth into some
I come from Java Background and so used to Debugging using Eclipse but have
I come from a Java background and have been using C# for the last

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.