<%@LANGUAGE="VBSCRIPT"%> <% ' *** Edit Operations: declare variables MM_editAction = CStr(Request("URL")) If (Request.QueryString <> "") Then MM_editAction = MM_editAction & "?" & Request.QueryString End If ' boolean to abort record edit MM_abortEdit = false ' query string to execute MM_editQuery = "" %> <% ' *** Insert Record: set variables If (CStr(Request("MM_insert")) <> "") Then MM_editConnection = MM_connAllsale_STRING MM_editTable = "[Mailing List]" MM_editRedirectUrl = "Today_special.asp" MM_fieldsStr = "textEnterEmail|value" MM_columnsStr = "EmailAddress|',none,''" ' create the MM_fields and MM_columns arrays MM_fields = Split(MM_fieldsStr, "|") MM_columns = Split(MM_columnsStr, "|") ' set the form values For i = LBound(MM_fields) To UBound(MM_fields) Step 2 MM_fields(i+1) = CStr(Request.Form(MM_fields(i))) Next ' append the query string to the redirect URL If (MM_editRedirectUrl <> "" And Request.QueryString <> "") Then If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString Else MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString End If End If End If %> <% ' *** Insert Record: construct a sql insert statement and execute it If (CStr(Request("MM_insert")) <> "") Then ' create the sql insert statement MM_tableValues = "" MM_dbValues = "" For i = LBound(MM_fields) To UBound(MM_fields) Step 2 FormVal = MM_fields(i+1) MM_typeArray = Split(MM_columns(i+1),",") Delim = MM_typeArray(0) If (Delim = "none") Then Delim = "" AltVal = MM_typeArray(1) If (AltVal = "none") Then AltVal = "" EmptyVal = MM_typeArray(2) If (EmptyVal = "none") Then EmptyVal = "" If (FormVal = "") Then FormVal = EmptyVal Else If (AltVal <> "") Then FormVal = AltVal ElseIf (Delim = "'") Then ' escape quotes FormVal = "'" & Replace(FormVal,"'","''") & "'" Else FormVal = Delim + FormVal + Delim End If End If If (i <> LBound(MM_fields)) Then MM_tableValues = MM_tableValues & "," MM_dbValues = MM_dbValues & "," End if MM_tableValues = MM_tableValues & MM_columns(i) MM_dbValues = MM_dbValues & FormVal Next MM_editQuery = "insert into " & MM_editTable & " (" & MM_tableValues & ") values (" & MM_dbValues & ")" If (Not MM_abortEdit) Then ' execute the insert Set MM_editCmd = Server.CreateObject("ADODB.Command") MM_editCmd.ActiveConnection = MM_editConnection MM_editCmd.CommandText = MM_editQuery MM_editCmd.Execute MM_editCmd.ActiveConnection.Close If (MM_editRedirectUrl <> "") Then Response.Redirect(MM_editRedirectUrl) End If End If End If %> products

 

About Us
Products
Principle
Contact
 

 

 


IRON WIRE TYPE COMPARABILITY LIST

S.W.G British Imperial Standard Wire Gage bbbbbbbbbbbbbbbbbb B.&.S Brown and Sharp Wire Gage
J.de.p. Paris Wire Gage vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv B.W.G Birmingham Wire Gage
A.S.W.G. American Standard Wire Gage
vvvvvvvvvvvvvvvv W.G Westphalia Wire Gage
Gage No
S.W.G.
mm
B.W.G
mm
B.&.S.
mm
A.S.W.G.
mm
A.S.W.G.
inch
J. de p
mm
W.G.
mm
6 4.877 5.156 4.115 4.877 0.1920 1.100 1.00
7 4.470 4.572 3.665 4.496 0.1770 1.200 1.12
8 4.046 4.191 3.264 4.115 0.1620 1.300 1.20
9 3.658 3.759 2.906 3.767 0.1483 1.400 1030
10 3.251 3.404 2.588 3.429 0.1350 1.500 1.40
11 2.946 3.048 2.304 3.061 0.1205 1.600 1.56
12 2.642 2.769 2.052 2.680 0.1055 1.800 1.66
13 2.337 2.413 1.826 2.324 0.0915 2.000 1.84
14 2.032 2.108 1.628 2.032 0.0800 2.200 2.04
15 1.829 1.829 1.450 1.829 0.0720 2.400 2.20
16 1.626 1.651 1.290 1.583 0.0625 2.700 2.40
17 1.422 1.473 1.151 1.372 0.0540 3.000 2.60
18 1.219 1.245 1.024 1.207 0.0475 3.400 2.92
19 1.016 1.067 0.9116 1.041 0.0410 3.900 3.40
20 0.9144 0.8886 0.8128 0.8839 0.0348 4.400 3.84
21 0.8128 0.8128 0.7239 0.8052 0.0318 4.900 4.20
22 0.7112 0.7109 0.6426 0.7264 0.0286 5.400 4.65
23 0.6096 0.6347 0.5740 0.6553 0.0258 5.900 5.45
24 0.5588 0.5585 0.5105 0.5842 0.0230 6.400 5.96
25 0.5080 0.5078 0.4547 0.5182 0.0204 7.000 7.00
26 0.4572 0.4570 0.4039 0.4597 0.0181 7.600 7.60
27 0.4166 0.4062 0.3607 0.4394 0.0173 8.200 8.80
28 0.3759 0.3555 0.3200 0.4115 0.0162 8.800 9.40
29 0.3454 0.3300 0.2875 0.3810 0.0150 9.400 10.00
30 0.3150 0.3046 0.2540 0.3556 0.0140 10.000  
31 0.2946 0.2539 0.2268 0.3553 0.0132    
32 0.2743 0.2286 0.2019 0.3251 0.0128    
33 0.2540 0.2031 0.1798 0.2997 0.0118    
34 0.2337 0.1777 0.1600 0.2642 0.0104    
35 0.2134 0.1269 0.1425 0.2413 0.0095    
36 0.1930 0.1016 0.1270 0.2286 0.0090    
37 0.1727   0.1112 0.2159 0.0085    
38 0.1524   0.1006 0.2032 0.0080    
39 0.1321   0.0897 0.1905 0.0075    
40 0.1219   0.0897 0.1778 0.0070    
Conversion Table vvvvvvvvvvvvvvvvvLENGTH vvvvvvvvvvvvvvvvvvvvSTRENGTH
WEIGHT vvvvvvvvvvvvvvvvvvvvvvvv1 ft=30.48cm vvvvvvvvvvvvvvvvv1kg/m?=1.422/in2
1 1b=0.4536kg vvvvvvvvvvvvvvvvvvv1 m=3.281ft. 1 vvvvvvvvvvvvvvvv1b/in2=7.031×104kg/m?
1 kg=2.2046vvvvvvvvvvvvvvvvvvvvvv =39.37in
1 L/T=1016kgvvvvvvvvvvvvvvvvvvvvv1 in=25.4mm

  About Us | Products| Principle | Contact Us
 

All Rights Reserved, Diginmotion,Inc