Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.33 KB | None | 0 0
  1. If Capacity = 300
  2.     PartNumber = "118-00119-000"
  3. Else
  4.     Dim tempNumb as double
  5.     tempNumb = 0.53 * Span - 148 - 20
  6.     If Capacity=150
  7.         tempNumb - = 2
  8.     End If
  9.     If Span <=2500
  10.         tempNumb - = 505
  11.     Else
  12.         tempNumb - = 908
  13.     End If
  14.     If tempNumb > 500x
  15.         PartNumber = "118-00119-000"
  16.     else
  17.         PartNumber = "118-00117-000"
  18.     End If
  19. End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement