incredibile ho fatto l'operazione più semplice del mondo è mia da un errore me lo dite perkè?
<%@ Page Language="VB" %>
<script runat="server">
dim myarray(3)as string
myarray(0)="halo"
myarray(1)="ciao"
myarray(2)="sto bene"
myarray(3)="e tu"
</script>
<html>
<head>
</head>
<body>
<form runat="server">
<%=response.write myarray(0)%>
</form>
</body>
</html>
errore:codice:Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30188: Declaration expected. Source Error: Line 4: dim myarray(3)as string Line 5: Line 6: myarray(0)="halo" Line 7: Line 8: myarray(1)="ciao

Rispondi quotando
