I am a newbee to aspect programing, the problem I am having is with an EDITBOX. I need to send commands to a Siemens EWSD switch, via cut and paste from another program. The problem is sometimes the combined commands will be more then 256 chars that get pasted into the EDITBOX. I figured out how to get all the information to display in the EDITBOX using this command:
editbox 1 8 22 449 134 mml 1000 MULTILINE
but when I read the information from the EDITBOX in the string "mml" I am missing all chars after 256. Can someone help me out here how can I get the rest of the information.
editbox 1 8 22 449 134 mml 1000 MULTILINE
but when I read the information from the EDITBOX in the string "mml" I am missing all chars after 256. Can someone help me out here how can I get the rest of the information.