Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to print the 3rd table field value and that table field declared in another table
E.g.
table 3rd
TABLE - STUD
FIELD
S_NAME
AGE
==VALUE===
s_name age
ROY 40
speel 52

* Above Table Field Declared In Below Table
P_layout
field
line
column
detail
Value of Table
line Column Detail
1 2 (char)14+"s_name"+(char)18

*In Above P_layout Table field Details we declared STUD TABLE FIELD i.e. s_name .

FOR WRITE THE value of STUD table in NOTEPAD WE USE P_layout Table
?
??
???
???? HOW TO WRITE THE VALUE IN NOTEPAD USING C#
Posted
Comments
CHill60 23-Jan-15 3:09am    
It's not entirely clear what you are asking. Do you need to know how to write to a text file (.txt) from C#?
Where does the table come into the problem?
George Jonsson 23-Jan-15 3:14am    
By Notepad, you mean a text file?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900