Microsoft
Software
Hardware
Network
Question : About Formatting and Parsing text strings
In the Microsoft section about parsing a text file with multiple formats ...
http://msdn.microsoft.com/
en-us/libr
ary/w30ffa
ys.aspx
... you are asked to create the following text file ...
.....
Err 1001 Cannot access resource.
Err 2014 Resource not found.
Acc 10/03/2009User1 Administrator.
Err 0323 Warning: Invalid access attempt.
Acc 10/03/2009User2 Standard user.
Acc 10/04/2009User2 Standard user.
......................
You are then told to define the 'expected' format of the above text file, and also the format used when an error is reported.
As follows,
Dim stdFormat As Integer() = {5, 10, 11, -1}
Dim errorFormat As Integer() = {5, 5, -1}
..................
But I do not understand what those numbers mean.
For example, what is meant by ... {5, 10, 11, -1}?
Help appreciated.
Thank you
Answer : About Formatting and Parsing text strings
Execute these examples and analyze the behaviour of TextfieldParse with values (5,10,11,-1):
http://www.dr
eamincode.
net/forums
/topic/959
23-
textfie
ldparser/
f
urther examples:
http://www.expert
s-exchange
.com/Progr
amming/Lan
guages/.NE
T/
Q_252058
97.html
Random Solutions
fedola server
Reference Program
mailto hyperlink with multiple links on multiple lines
pass me a number and return the text
If I don't fill in all text fields, then the ones I left blank insert as empty records
Need a simple test for SIlverlight 4 w/ JavaScript
Script that check 2 colums in 2 sheets and hyperlinks. Need a way to check exact match and hyperlink.
.net generic collection vs hashtable
Oracle 10g database on Hyper-V virtual server(Windows 2008 )
Blackberry and MS Exchange Server, email folders are empty on device.