Hi there, I'm currently writing code for a translator. The task is to open a file from anywhere on my network, then display it and then allow to save the file. So far I have a window that allows a user to browse for a file, open the file and save it, however, the file needs to be in a certain format, eg, not the form it is saved on the drive as.
Example : One line from the file is
R0001: C0001 + C0002 <=> C0003
these are reactions, products and reactants, the program is required to re-organise these into a different layout:
R0001(C0001 + C0002, C0003)
owever I'm slightly stuck on how to do this. Any help would be brilliant.
Thanks in advance
eltel1982 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.