LOL

your right , I did mess that up.

it is +80N applied for 50 seconds.

+80N each second for 50 seconds over a distance of 1000 meters

+80N x 50 seconds = +4000N

Quote:
Can you show your calculations step-by-step? Without missing any steps?


I think it would be best if you did your own calculations and if our calculations are different then we can discuss them.

you said you have vb 6

I could just rename the .prj + .frm + .vbw files to .txt and you could just remove the .txt from them and run it yourself.

open up your notepad , paste the below in it.
save it as (form1.frm.txt) then rename it to
form1.frm and see if you can run it.
-----do not copy this line-----------------------

VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command2
Caption = "timer = 1 second per interval value"
Height = 375
Left = 1200
TabIndex = 2
Top = 2160
Width = 3015
End
Begin VB.Timer Timer1
Left = 360
Top = 2160
End
Begin VB.CommandButton Command1
Caption = "Button"
Height = 375
Left = 1560
TabIndex = 1
Top = 480
Width = 1215
End
Begin VB.TextBox Text1
Height = 375
Left = 1560
TabIndex = 0
Text = "0"
Top = 1080
Width = 1215
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Text1.Text = 80 * 50

End Sub

Private Sub Command2_Click()
Timer1.Interval = 1
End Sub

Private Sub Timer1_Timer()
Text1.Text = Val(Text1.Text) + 80

End Sub




-----------do not copy this line---------------

if you can run the above then this might work.







3/4 inch of dust build up on the moon in 4.527 billion years,LOL and QM is fantasy science.