Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CAP2007

  1. CAP2007

    Using Assembly for Arrays

    Hi Salem, Once again thank you for your reply. Actually the only reason I was considering assembly was to resolve a scheme I thought of about moving chunks within an array to another array and I thought this would be doable in assembly vs Visual Basic which is waht I write in. As far as to...
  2. CAP2007

    Using Assembly for Arrays

    Hi Salem, Well I thank you very much for the code but I am not sure if it will do what I want it to do. Unfortunately I can not discuss exactly what I am working on since it is proprietary at the moment. I think that my idea will allow me to keep track of the chunks inline as I go through the...
  3. CAP2007

    Using Assembly for Arrays

    I am new to this forum. Please understand I have no assembly knowledge at all but am interested if the following can be done using assembly. ie If I have the following array: A(1)=3 A(2)=5 A(3)=7 A(4)=9 A(5)=11 A(6)=13 A(7)=15 A(8)=17 A(9)=19 A(10)=21 A(11)=23 A(12)=25 A(13)=27 Now what I...

Part and Inventory Search

Back
Top