ASP :: While Loop

ASP :: While Loop

瀏覽:431
日期:2025-04-27
While Loop is there any function or statements that work the same as the 'break' statement in C++ language? for example: While Not rs.EOF If rs("LoginID") = userId Then break 'what shd i use for ASP??? Else rs.movenext View Complete Forum Thread with ......看更多