TheSwamp

Code Red => VB(A) => Topic started by: jtm2020hyo on October 20, 2021, 08:23:21 PM

Title: (VBS) Simple Vbscripts does not work in ACA and AMEP
Post by: jtm2020hyo on October 20, 2021, 08:23:21 PM
I am trying to run a simple code like this:

Code: [Select]
Dim x
x=1
Do While x<5
document.write("Welcome.")
x=x+1
Loop

... and the result is this:

(https://i.imgur.com/lj0EGMu.png)

anyone know why happen this and how to fix or how should I use this code?