Click here to Skip to main content
15,889,884 members
Home / Discussions / C#
   

C#

 
QuestionWPF in WinForms Pin
musefan4-Feb-09 7:07
musefan4-Feb-09 7:07 
AnswerRe: WPF in WinForms Pin
Christian Graus4-Feb-09 9:25
protectorChristian Graus4-Feb-09 9:25 
GeneralRe: WPF in WinForms Pin
musefan4-Feb-09 22:30
musefan4-Feb-09 22:30 
QuestionParsing text files Pin
alwaysthinking4-Feb-09 6:59
alwaysthinking4-Feb-09 6:59 
AnswerRe: Parsing text files Pin
musefan4-Feb-09 7:10
musefan4-Feb-09 7:10 
AnswerRe: Parsing text files Pin
PIEBALDconsult4-Feb-09 7:11
mvePIEBALDconsult4-Feb-09 7:11 
GeneralRe: Parsing text files Pin
alwaysthinking4-Feb-09 7:25
alwaysthinking4-Feb-09 7:25 
GeneralRe: Parsing text files Pin
alwaysthinking4-Feb-09 7:36
alwaysthinking4-Feb-09 7:36 
scratch the last reply...

these three commands are the bread and butter of the operations. most are just combination of these 3...

E 12:28:45 Line 1 : Dispense
tip 1 : dispense 0.00nl 1, 1 Deep Well, landscape [1,1]
10.00µl ">> Water << 23" Fixed <3 - 50µl> Single

E 12:28:47 Line 2 : Aspirate
tip 1 : aspirate 60.00µl 1, 1 Deep Well, landscape [1,2]
10.00µl "Water" Fixed <3 - 50µl> Multi

E 12:28:57 Line 3 : Wash Tips
wash (2ml + 1ml), grid 26 and grid 26



now they look similar but each hasa different set of information needed to cut out or set as variables. I do plan on calling a "dispense", "asperate" and "Wash Tips" grammar structure when needed. if i tell it to parse at the comma's, i will get data that i dont want. I could remember each value of the word, and set that to a variable like word[1]=volume and word[5]=fluid type but i dont really want to do that. is there any way to make it a little more automated so that it knows the sequence to skip over bits not biased on charactor length as that will change as well.
GeneralRe: Parsing text files Pin
Alan N4-Feb-09 7:46
Alan N4-Feb-09 7:46 
GeneralRe: Parsing text files Pin
PIEBALDconsult4-Feb-09 8:07
mvePIEBALDconsult4-Feb-09 8:07 
GeneralRe: Parsing text files Pin
PIEBALDconsult4-Feb-09 10:18
mvePIEBALDconsult4-Feb-09 10:18 
GeneralRe: Parsing text files Pin
alwaysthinking9-Feb-09 8:35
alwaysthinking9-Feb-09 8:35 
GeneralRe: Parsing text files Pin
alwaysthinking9-Feb-09 8:36
alwaysthinking9-Feb-09 8:36 
GeneralRe: Parsing text files Pin
PIEBALDconsult9-Feb-09 11:59
mvePIEBALDconsult9-Feb-09 11:59 
GeneralRe: Parsing text files Pin
alwaysthinking10-Feb-09 10:01
alwaysthinking10-Feb-09 10:01 
GeneralRe: Parsing text files Pin
PIEBALDconsult10-Feb-09 12:08
mvePIEBALDconsult10-Feb-09 12:08 
GeneralRe: Parsing text files Pin
alwaysthinking17-Feb-09 12:22
alwaysthinking17-Feb-09 12:22 
GeneralRe: Parsing text files Pin
PIEBALDconsult17-Feb-09 12:28
mvePIEBALDconsult17-Feb-09 12:28 
GeneralRe: Parsing text files Pin
alwaysthinking17-Feb-09 12:32
alwaysthinking17-Feb-09 12:32 
GeneralRe: Parsing text files Pin
alwaysthinking17-Feb-09 12:53
alwaysthinking17-Feb-09 12:53 
GeneralRe: Parsing text files Pin
PIEBALDconsult17-Feb-09 13:21
mvePIEBALDconsult17-Feb-09 13:21 
GeneralRe: Parsing text files Pin
alwaysthinking17-Feb-09 13:32
alwaysthinking17-Feb-09 13:32 
GeneralRe: Parsing text files Pin
alwaysthinking17-Feb-09 13:42
alwaysthinking17-Feb-09 13:42 
QuestionWhich transform is faster/more effecient? Pin
Richard Blythe4-Feb-09 5:52
Richard Blythe4-Feb-09 5:52 
AnswerRe: Which transform is faster/more effecient? Pin
Mark Churchill4-Feb-09 14:03
Mark Churchill4-Feb-09 14:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.