home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11668 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!newsserver.pixel.kodak.com!laidbak!tellab5!vpnet!mox
  3. From: mox@vpnet.chi.il.us (William Moxley)
  4. Subject: Checking variables for characters & Copying portions of strings
  5. Message-ID: <1992Jul27.151345.3124@vpnet.chi.il.us>
  6. Organization: Vpnet Public Access
  7. Date: Mon, 27 Jul 1992 15:13:45 GMT
  8. Lines: 21
  9.  
  10.  
  11. Sorry if this question seems to be a bit basic, I'm new at this...
  12.  
  13. I'm adding an editing feature to a little database I wrote.  I need
  14. to be able to see if a certain variable has anything but whitespace
  15. in it.  (So that you can just hit enter past some of the fields
  16. instead of having to retype everything)  How can I do this?  I've
  17. tried strlen and sizeof, but they just tell me how big the string
  18. is defined for.
  19.  
  20. Also, an unrelated question.  How can you copy a portion of a string
  21. into another?  What I want to do is to take a part out of the middle
  22. section of string 1, and put it in the middle section of string 2.
  23. I've looked at strncpy, but I don't know if/how it's possible to
  24. make it start from the middle of a string.
  25.  
  26. Any help will greatly be appreciated.  And if it matters, I'm using
  27. Borland C++ on an IBM compatible machine.
  28.  
  29.                         William Moxley
  30.                         mox@vpnet.chi.il.us
  31.