Posts by Guilhermeths • 33 points
4 posts
-
1
votes0
answers38
viewsQ: Delphi - Drawing from coordinates
Goodnight, I am creating a program to read a file . plt and from this file remove the coordinates of X and Y and save in two variables. Now I need to draw these coordinates in the program. I…
delphiasked Guilhermeths 33 -
0
votes2
answers323
viewsQ: Delphi - Find and Save Text Lines
Good night, I have a text file with several lines, where the lines that interest me are those that start with 'PU' and 'PD' where within these lines there are values that I would like to assign to…
delphiasked Guilhermeths 33 -
0
votes2
answers1038
viewsQ: Python - creating table
I have two variables (coordinates X,Y) that I am taking this information from a table . plt, I would like to save them in another table. I’d like the table to look like this X Y 10 48 10 50 20 30 I…
-
2
votes1
answer35
viewsQ: Remove two values from a text file
I need to remove two numbers from a text file, and add them to two variables (X and Y). I’m trying to use the CSV but I’m not getting it. with open('circulo.plt','r') as csvfile: plots =…
pythonasked Guilhermeths 33