79085074

Date: 2024-10-14 07:22:20
Score: 2.5
Natty:
Report link

Maybe it's really better to answer OP, and then it will be easier in the future?

lstOrderView.Items(CurrentItem).SubItems.Add(
    String.Join(", ", From i In optExtras.CheckedIndices Select optExtras.Items(i)))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Konstantin Makarov