Jump to content

_Arraydisplay


srburak
 Share

Recommended Posts

merhaba arkadaşlar benim bi sorum olacak sizlere yardımcı olursanız sevinirim.bir sitedeki table'ı _IETableWriteToArray ile buldurttum ama bu tabloda 6 sutun ve 2 satır var ben hepsini istemiyorum sadece 2. satır 3. sutundaki bilgiyi nasıl alabilirim.teşekkürler..

 

Link to comment
Share on other sites

keşke örneğini bizle paylaşsaydınız
lakin eğer örneği inceleyince anlayacaksın
inculude  ie inculudesini açıp incelersen anlayacaksın
ilk önce böyle hazırlıtıyor sonra kodlarına işlem yapılıyor sen
burda takılmışsın
örneğikte
_ie_example("table")
diye ilgili kodun ilgili yerini inceleyince anlayacaksın yani sen html ile table yap sonra onu au3 şeklinde uyarla yukarıdaki örnek gibi :)

Edited by mesale0077
Link to comment
Share on other sites

öncelikle teşekkür ederim mesale0077 autoitte yeniyim _ie_example("table")  html sinde $s_html &= "        <td>4</td>" & @CR ' deki 4 bilgisine erişmek istiyorum bunu yapan bi kod yazarsanız ben onu uyarlayabilirim sitenin html sine ie f12 yaparak ulaşıyorum onuda kopyalayamıyorum 

Link to comment
Share on other sites

sen tam olarak table yapmak mı istiyorsun

yoksa ilgili yeri okutmakmı istiyorsun

yada ne ?

html ile yapabiliyorsan hazırla ve htmlnin içerini paylaş onu autoite çevirelim sonra ikinci aşamaya geçelim

ben şimdi tek tek table yapamam

senhazırla html olarak onu autoite çevirelim sonra ne yapmak istiyorsan yapalım

ben havaya kod yazamam ve örnek kod olmayışın bir şey yazmayı sevmiyorum

Link to comment
Share on other sites

@mesale0077 arkadaşın çok karmaşık bi sorunu yok, neden farklı şeyleri karıştırdın ki?

 

@srburak  $table = _IETableWriteToArray(vırı vırı vır) kodunuz böyle olsun.

 

Senin istediğin veriyi $table[1][2] şeklinde kullanabilirsin.Bu gösterim 2. satır 3. sütundaki veriyi getir demektir.

Link to comment
Share on other sites

#include <IE.au3>
#include <Array.au3>
 
$oIE = _IE_Example("table")
$oTable = _IETableGetCollection($oIE, 1)
$aTableData = _IETableWriteToArray($oTable, True)
 MsgBox(0,"as",$aTableData[1][1])

 

 
 
yaptım teşekkur ederim arkadaşlar
Edited by srburak
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...