So I have this string right here:
<tr>
<td>${command.command}</td>
<td>${command.target}</td>
<td>${command.value}</td>
</tr>
What I need to make it do is attempt to execute and if it fails to completely skip over and go to the next one. I'd be willing to kick a few bucks to whoever can help. Thanks.
<tr>
<td>${command.command}</td>
<td>${command.target}</td>
<td>${command.value}</td>
</tr>
What I need to make it do is attempt to execute and if it fails to completely skip over and go to the next one. I'd be willing to kick a few bucks to whoever can help. Thanks.