{"id":3341,"date":"2023-11-30T08:51:01","date_gmt":"2023-11-30T07:51:01","guid":{"rendered":"https:\/\/bob-team.de\/wordpress\/?p=3341"},"modified":"2023-11-30T08:52:18","modified_gmt":"2023-11-30T07:52:18","slug":"attribute-protokollieren","status":"publish","type":"post","link":"https:\/\/bob-team.de\/wordpress\/2023\/11\/30\/attribute-protokollieren\/","title":{"rendered":"Attribute protokollieren"},"content":{"rendered":"<pre lang=\"vbscript\">\r\nFunction DPM_OnOpenBatch(DCBatch)\r\n   nDocument = DCBatch.GetDocumentCount\r\n   For i = 0 To nDocument - 1\r\n      Set DCDoc = DCBatch.GetDocument(i)\r\n      nAttribute = DCDoc.GetAttributecount\r\n      For a = 0 To nAttribute - 1\r\n         Attribute = DCDoc.GetAttributeValue(a)\r\n         Name = DCDoc.GetAttributeName(a)\r\n         Attribute = UCase(Attribute)\r\n         dcLog InfoLog, \"before index+ [\" & Name & \"]:\" & VBNewLine & Attribute & \"\"\r\n      Next\r\n   Next\r\nEnd Function\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Function DPM_OnOpenBatch(DCBatch) nDocument = DCBatch.GetDocumentCount For i = 0 To nDocument &#8211; 1 Set DCDoc = DCBatch.GetDocument(i) nAttribute = DCDoc.GetAttributecount For a = 0 To nAttribute &#8211; 1 Attribute = DCDoc.GetAttributeValue(a) Name = DCDoc.GetAttributeName(a) Attribute = UCase(Attribute) dcLog InfoLog, &#8222;before index+ [&#8220; &#038; Name &#038; &#8222;]:&#8220; &#038; VBNewLine &#038; Attribute &#038; &#8222;&#8220; Next Next End [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3341","post","type-post","status-publish","format-standard","hentry","category-uncategorized","entry"],"_links":{"self":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts\/3341","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/comments?post=3341"}],"version-history":[{"count":3,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts\/3341\/revisions"}],"predecessor-version":[{"id":3344,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts\/3341\/revisions\/3344"}],"wp:attachment":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/media?parent=3341"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/categories?post=3341"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/tags?post=3341"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}