0

こんにちは、保存した配列をtxtファイルに書き込むのに助けが必要です。ほとんどの割り当てが完了しているため、txtファイルに正しく書き込むことができません。

ここに私のpdfとコードファイルがあります

https://drive.google.com/drive/folders/1WOcdFDWDKxd-RJstfL_hzPH8r_i0nKHI?usp=sharing

C# でそれを行う方法を友人に教えてもらいましたが、主に構文変換に問題があります。

   Private Sub partsForm_Load(sender As Object,
      e As EventArgs) Handles Me.Load


        'dim part as new list(of partstructure)
        'List<partstructure> _partspart(txt/blabla/txt.txt)
        ' for each s as string in values
        ' lstofstrings.add(s.part, s.price, s.description)
        ' next
        '  sw.write(dr.part.tosring() + dr.price.tostring() +fnctionspace + dr.description);
        '  sw.close()
        '  sw.dispose()
        '  dim string as teststr = part.indexof = 0
        '  teststr = teststr.string.replace("", "")
        '  part.indexof(0) = teststr

        '  dim path as string = my.application.info.directorypath  
        '  dim steramwriter as sw = new streamwriter (io.path.combine(path, "pdffile.pdf"), true)


        'Load arrays and display part information when form opens
        ChangeArraySize(3)
        number(0) = "3827"
        number(1) = "2871"
        number(2) = "8671"
        number(3) = "5986"
        price(0) = "36.74"
        price(1) = "3.21"
        price(2) = "17.93"
        price(3) = "9.21"
        description(0) = "motor"
        description(1) = "switch"
        description(2) = "wire harness"
        description(3) = "bearing"
        Sort()
        Display()
    End Sub 'partsForm_Load

PDFが求めていることを完了し、配列のコピーをtxtファイルに適切に保存できることを願っています。

4

0 に答える 0