menakatep Posted September 29, 2014 Posted September 29, 2014 Hello! I want to preface this post by saying I AM VERY INEXPERIENCED. So, please forgive me in advance if this was a really dumb question! Ok, so basically the overall project I'm working on is to read text in a program. Who knows what I would possibly do with it. Essentially, what this does is take the premeasured space a single character of text sits in and read the pixels of one line. So like for M the 8th row of the letter would read [1111001111]. Anyway, What I'm wondering is how to compare two arrays that have the numbers of the line read compared to the key. They keys are preset arrays I have already written. I've read a number of answers on comparing arrays in this manner and I have to say that I feel really stupid. I either can't get the method to work or it doesn't seem to do exactly what I'm wanting. So, if you have any idea please please let me know! One thing I did see was to use two for loops and run one forwards through an array and the nested one backwards and use an if function to compare each element of the array; however, I couldnt seem to get it to work. > Thank you in advance for any help you can give! Logan P.S. Is this a terrible terrible waste of time and I should just learn how to read memory?
Moderators Melba23 Posted September 29, 2014 Moderators Posted September 29, 2014 menakatep,Isee you did not read those rules to which I linked very carefully - you missed the part that says: "Do not repost the same question if the previous thread has been locked - particularly if you merely reword the question to get around one of the prohibitions listed above"Do NOT start another thread on this - our patience has limits. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts