Team:Valencia/PruebaDocs2

From 2009.igem.org

(Difference between revisions)
(New page: <html> <head> <SCRIPT LANGUAGE=vbscript> Dim MatLab As Object Private Sub Command12_Click() Dim Result As String Dim vector_f() As Double ReDim vector_f(Val(Combo1.Text)) ' capturando...)
Line 1: Line 1:
<html>
<html>
-
<head>
 
<SCRIPT LANGUAGE=vbscript>  
<SCRIPT LANGUAGE=vbscript>  
Line 27: Line 26:
End Sub
End Sub
-
+
</script>
 +
 
<body>
<body>
<input type="button" onclick="Command12()" value="Prueba">
<input type="button" onclick="Command12()" value="Prueba">
</body>
</body>
</html>
</html>

Revision as of 16:46, 13 August 2009