home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / tools / 1989 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.2 KB  |  27 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!newsserver.jvnc.net!news.edu.tw!cc.ntnu.edu.tw!news!Net.nthu.edu.tw!Uz.nthu.edu.tw!yfwu
  3. From: yfwu@Uz.nthu.edu.tw (EE U780935)
  4. Subject: Re: String format in Visual Basic??
  5. Message-ID: <1993Jan12.071834.25330%yfwu@Uz.nthu.edu.tw>
  6. Organization: National Tsing Hua University (HsinChu)
  7. References: <14099@ecs.soton.ac.uk>
  8. Date: Tue, 12 Jan 1993 07:18:34 GMT
  9. Lines: 16
  10.  
  11. amf@ecs.soton.ac.uk (Andrew Fountain) writes:
  12. > Can anybody tell me the format of strings in VB
  13. > so that I can pass them to and from C DLLs without
  14. > being limited to 255 characters. I want to know
  15. > the internal string format.
  16. > Thanks,
  17. Why you want to know that ?????  Just use ByVal before your string variable
  18. and the string format will become ASCIIZ format.
  19.  
  20. --
  21. ===============================================================================
  22.  Yu-Fu Wu                                        National Tsing-Hua University
  23.  e-mail: yfwu@uz.nthu.edu.tw                     Dept. of Electric Engineering
  24.                                                  Hsin-Chu City, 300
  25.  Like MS Visual Basic most!                      Taiwan, ROC
  26. ===============================================================================
  27.