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 3595766
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T19:53:44+00:00 2026-05-18T19:53:44+00:00

What is difference between Command$ and Command in VB 6? MsgBox Command$ MsgBox Command

  • 0

What is difference between Command$ and Command in VB 6?

MsgBox Command$
MsgBox Command
  • 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-05-18T19:53:45+00:00Added an answer on May 18, 2026 at 7:53 pm

    Any time you see a $ after a function in VB 6, it means that the function is a String version, meaning it returns a value of type String. The version without the dollar sign is a Variant function, which of course means it returns a value of type Variant.

    In general, you should always prefer the String versions over the Variant versions.

    The dollar sign also means the same thing if it appears after a variable name in lieu of a specified type. Here, it’s part of a larger family of shorthand “type declaration characters” that were necessary in earlier versions of BASIC, but firmly antiquated by the time even VB 6 arrived on the scene. For example:

    Dim name$
    

    indicates a variable named name that is of type String. The alternative (and preferred!) notation is:

    Dim name As String
    

    In case you’re dealing with legacy code where these appear, here’s the entire list for completeness:

    &   Long
    %   Integer
    #   Double
    !   Single
    @   Decimal
    $   String
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is difference between Command$ and Command in VB 6? MsgBox Command$ MsgBox Command
Can someone please help me? In Perl, what is the difference between: exec command;
What is the SVN command to find the difference between two files on the
What is the practical difference between the following two commands? Command A find .
Can anyone tell me what is the difference between build and new command on
At a unix command line, what's the difference between executing a program by simply
Well title says it, what is the difference between Executors.newSingleThreadExecutor().execute(command) and new Thread(command).start();
Related question: CreateProcess doesn't pass command line arguments . Is there a difference between
What is the difference between WPF Command and Event ?
Whats the difference between Button.Click Event and Button.Command Event in asp.net?

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.