i want to know if it is posible to get text from a file, i know how to put texst into line1 line2 but i want to have that text from line1 and line2 into two diverent input,
GUICtrlCreateInput("here line one", 10, 20, 140, 20)
GUICtrlCreateInput("here line two", 10, 20, 140, 20)
or is this not posible?