Posts by nay
15 posts total, newest first.
Wanting to.... [Read On]in C# Programming - [QUOTE=abuckau907;7514564]so every line of the input file has
ttype="ABC" in it, Or every 4th line? // B,S,G actually
----
edit: I think this is what you're going for. Maybe?
copy-pasted your code and changeWanting to.... [Read On]in C# Programming - [QUOTE=abuckau907;7514510]Idk the file format so I'm not 100% sure what you're trying to do.
Currently you start at the file pox 0x377 and keep going up by 176.
while (i < data.Length)
Wanting to.... [Read On]in C# Programming - [QUOTE=abuckau907;7514346]TTs always == the last line of the 'TROPCONF.sfm'
You never change it inside the loops, so it's always whatever the text was for the very last line in the file.
WhileLoop1()
{
TTs = ReadLine()Wanting to.... [Read On]in C# Programming - [QUOTE=abuckau907;7514301]I know what the loops are for. I was saying you could have just created and initialized the variable 'i' : the 'for loop' only executes once and isn't a loop. Not a problem, but it's weird.
Wanting to.... [Read On]in C# Programming - [QUOTE=abuckau907;7514114]that for loop only executes once and isn't really a loop. Or am I reading that wrong?
'i' will == 0x377 the first go-around. i will get + 0x176'd inside the WHILE loop a few times, so once th
Showing the 5 most recent posts.