Hi ,
Below is the file format ,which has Keywords in the file.I would like to store the data in the different variables ( Parameters,Poin ts ,Lines ,Circle)
Can body help me in the best way ( Oprtimized way - interms of lines of code) of writing the code.
Thanks
PSB
Below is the file format ,which has Keywords in the file.I would like to store the data in the different variables ( Parameters,Poin ts ,Lines ,Circle)
Code:
Sample.txt $$$$Header$$$$$$$$$$$$ $$$$Parameter$$$$$$$$$ /Parameter_Value/ 1.0 /Point/ 10.0 10.0 10.0 $ Comment: Point Data 20.0 20.0 20.0 $$$$$$Line$$$$$$$$ /Line/ $Line Data 10.0 15.0 0.0 20.0 10.0 0.0 $$$$$$Circle$$$$$$$$ /Circle/ 10.0 $Radius 0.0 0.0 0.0 $Center
Thanks
PSB
Comment