Click here to Skip to main content
15,907,396 members

Comments by CodexHawk (Top 5 by date)

CodexHawk 28-Sep-14 15:32pm View    
I'm a bit confused on how to set this query up.. Can you set it up using the information I've provided above?
CodexHawk 25-Sep-14 20:12pm View    
Is there not a way to pull both sql columns and list them as 1 result?
CodexHawk 5-May-13 12:26pm View    
I don't understand what you're saying.. If I put .object.readline it reads the first line of the config text file.. I want it to read the 5th line.
CodexHawk 5-May-13 1:48am View    
You say it reads the current line, but how does it know which line I want it to read? I want it to read line 5 of my text document. How would I make it more specific?
CodexHawk 5-May-13 1:41am View    
@Kryukov

I added the 5 to indicate what line I wanted read. It's reading a multi lined config and if I keep it blank it won't specify which line I want to display on the textbox.

For example:
Username.textbox

The textbox.text = objreader.readline(2) would have the information for that said textbox.


Am I doing this wrong? Or is there a better method?