How to send a string with another string inside it?


Closed Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: How to send a string with another string inside it?

    Hi,
    Perhaps something like this:
    Code:
    HSEROUT ["She said", 34, "Hello", 34]
    34 is the ASCII code for " so the resulting should string should be what you want.

    /Henrik.

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: How to send a string with another string inside it?

    Quote Originally Posted by HenrikOlsson View Post
    Hi,
    Perhaps something like this:
    Code:
    HSEROUT ["She said", 34, "Hello", 34]
    34 is the ASCII code for " so the resulting should string should be what you want.

    /Henrik.
    Thanks. Problem solved
    ___________________
    WHY things get boring when they work just fine?

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts