Dim arrayID Dim I Dim id_usuario arrayID = Split(Request.Form("chk"), ",") For I = 0 To Ubound(arrayID) id_usuario = arrayID(I) Next