No, it's coincidenceDid you wait exactly a month on purpose biting your lips in restrain before asking for help again or it was just a coincidence ?

P.S. Is it bug or not?
No, it's coincidenceDid you wait exactly a month on purpose biting your lips in restrain before asking for help again or it was just a coincidence ?

Code: Select all
DataSection
  ctx:
  !ctx MD5_CTX
EndDataSectionName: Couldn't open file
Description: 'C:\Users\Никита\Desktop\Scr Prog.exe' couldn't be opened. The file object now behaves like a new file.
Place: Object_File.pbi:Object_File_HDD_Open:186
Code: Select all
Procedure$ FillString(Symbol$, Lenght)
  Protected String$ = ""
  Protected i
  For i = 1 To Lenght
    String$ + Symbol$
  Next
  ProcedureReturn String$
EndProcedure
a$ = FillString("1", 10)
Debug a$