answersLogoWhite

0

! VBScript is a Microsoft created program. It stands for Visual Basic Scripting

User Avatar

Wiki User

9y ago

Still curious? Ask our experts.

Chat with our AI personalities

EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
BeauBeau
You're doing better than you think!
Chat with Beau

Add your answer:

Earn +20 pts
Q: What is vbscript?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What does the term VBScript refer to?

The Active Scripting language, VBScript, is short for Visual Basic Scripting. It is a scripting language that was developed by Microsoft. VBScript can be found in several Microsoft software, like the web browser Internet Explorer, where it serves a function similar to JavaScript.


Why use VBscript in ASP?

The choice of VBscript in ASP versus other options is mostly personal perferance. Using VBscript allows you access to thousands of functions and operators to help you code easier, and more effectivley.A personal preference towards VBscript when coding in ASP may be because it follows the same style of programming. For example, a Javascript operator might look like this:&&Whereas an asp operator will be written as:AndVBscript follows this same methodology, and make for an easier "mesh" with the natural coding of ASP.


How do you find out how many digits are in integer using vbscript?

num=32767 MsgBox(len(num))


How run vb script?

Hi! VBScript (Visual Basic Script) is very simple to learn easy! Open Notepad and type a coding language. Try this one: x=msgbox("Hello there this is VBScript!",0,"VBScript") Take this and save it as WHATeveryYOUwant.vbs (you must have .vbs at the end!) The x symbolizes a value. It's unneeded now. The msgbox means what box it uses. The first " " is the message. the 0 is the message type. 0 says ok. (try changing it!) The second " " is the title at the top bar. Wanna make you own? take out the words PUTTEXTHERE with what you want. also change # with a random number 0-140 i think. Good luck: x=msgbox("PUTTEXTHERE",#,"PUTTEXTHERE") You can make multiple lines. That's basic VBScript!


What programming languages don't need an ide?

HTML, JAVASCRIPT, ASP, and PHP are good ones. There is also VbScript and jQuery. They are all coded in Notepad.