Jump to content

Klark67

Members
  • Posts

    7
  • Joined

  • Last visited

Klark67's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. for my own com object .. i see it is not possible thing .. {problem is solved}
  2. mmm. Im sorry about that , I understand . it is impossible
  3. Local $sString = (" line1 line2 ") can I divide it like list(with lines) ?
  4. but if my comobject uses that string ?
  5. Excuse me buddy I'm newbie .. so I need generated code
  6. `n mean go next line .. like pressing enter in notepad
  7. Local $mycomobj = ObjCreate("ExampleMyComObj.Script") $mycomobj.exampleExport("line1`nline2`nline3") Can I make it with dont use the `n command ? like: line1 line2 line3 and I think it could be looks like : $mycomobj.exampleExport("Function or list") thanks...
×
×
  • Create New...