Hi all,
I am new to awk command I have the following input file:
rashmi:xyz@1234:zyx:1234;
prashant:xyz@2345:zyx:2345;
and I would like the output in this format:
rashmi prashant
xyz@1234 xyz@2345
zyx zyx
1234 2345
any ideas how to achive using awk.
I have...
Hi, does anyone know how to add a new record to a datagrid using the code.
I have populated the datagrid via adodb.recordset and would like user to add a new record by selecting the ADD command button.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.