Results 1 to 2 of 2

Thread: ascii whitespace code

  1. #1

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    ascii whitespace code

    does anyone know what CHR value represents the whitespace
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Whitespace is the general term for spaces tabs and newline characters

    Space is 32
    tab is 9 (I think) (vbTAB)
    and newline is usually 13 followed by 10 (vbCRLF)
    I don't live here any more.

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