Results 1 to 7 of 7

Thread: Quick question about strings

Threaded View

  1. #4
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    Re: Quick question about strings

    G'Day Vadar,

    1. Your IE example worked OK for me.


    2. Possibly the MessageBox is full of preceeding characters and the message dosn't fit the MessageBox.
    Does this help:

    VB Code:
    1. MsgBox Replace(objHelper.BlockFormats.Item(i), Chr(0), "")
    2. 'Or
    3.     MsgBox Trim$(objHelper.BlockFormats.Item(i))


    Edit: The above assumption generaly relates to a large MessageBox... with noting in it.
    If in your case if it's small (ie. would hold one line only), then the problem may be elsewhere.

    Bruce.
    Last edited by Bruce Fox; Apr 19th, 2005 at 04:30 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width