All pastes #40930 Raw Edit

Unnamed

public unlisted text v1 · immutable
#40930 ·published 2006-02-09 22:14 UTC
rendered paste body
flag=1
for (i = 1; i <= vstring.length; i++)

	{
	if (vstring.charAt(i)="@")
		{
		alert("@");
		}
	if (vstring.charAt(i)=".")
		{
		alert(".");
		flag=1
		}
	}
}
}