Jump to content

Change line


Geeky
 Share

Recommended Posts

I've made a small and simple calculator, for calculating circles.

But then i want it to send the results its ends up in one big number

$radius = inputbox( "Circle's Radius", "Type the circle you want to calculate's RADIUS in cm(Centimetres) here:", "", "", 150, 150)

$diameter = $radius + $radius

$Area = $radius * $radius * 3.14

$Perimeter = $diameter * 3.14

$Calculations = ($diameter & $area & $perimeter) 


MsgBox ( 0, "Calculations", $calculations)

How do i put one result on each line?

MsgBox

Diameter: 3476

Area: 2937

Perimeter: 3872

OK

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...