PJNI
Level 2
since ‎27-03-24
a month ago

User Statistics

  • 3 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

Hi Is it possible to Append To Text File to write exception cases by multiple bots to a single text file?  This text file is on a shared drive location for the multiple bots to access.I am getting an append error when the other bot tries to write to ...
Hi I am having difficulties getting this to run, any help would be most appreciated:Global Code in c#using System;using System.Linq;using System.Collections.Generic;public static class MinimumValuesCalculator{public static List<int> CalculateMinimumV...