IF の結果として ASP クラシックに複数の行を実行させるには、どの構文を使用すればよいですか?
(ASPクラシックで「{}」を使用できるかどうかわかりません)
例えば:
If a > 10 then
{
Response.Write(" a is bigger than ten ! ")
Response.Write(" And you've just saved the planet ! ")
}
end if
IF の結果として ASP クラシックに複数の行を実行させるには、どの構文を使用すればよいですか?
(ASPクラシックで「{}」を使用できるかどうかわかりません)
例えば:
If a > 10 then
{
Response.Write(" a is bigger than ten ! ")
Response.Write(" And you've just saved the planet ! ")
}
end if