Hoppa till huvudinnehållet

tab character - how to

Kommentarer

3 kommentarer

  • Permanently deleted user

    Hi Jeff,

    A nice and clean way of doing this is to use ControlChars:

    py_array = py_text.Split(ControlChars.Tab)

    ControlChars is in Microsoft.VisualBasic.dll.

    Cheers

    0
  • Permanently deleted user

    to i need to specify that dll in some way or is it built into the vbscript activity?

     

    0
  • Permanently deleted user

           py_array = py_text.Split(microsoft.visualbasic.ControlChars.Tab)

     

    so you have to specify the whole name space instead of just the last part!

    but thanks for helping and getting me on the right track!

    J

    0

Du måste logga in om du vill lämna en kommentar.