home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.tools
- 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
- From: yfwu@Uz.nthu.edu.tw (EE U780935)
- Subject: Re: String format in Visual Basic??
- Message-ID: <1993Jan12.071834.25330%yfwu@Uz.nthu.edu.tw>
- Organization: National Tsing Hua University (HsinChu)
- References: <14099@ecs.soton.ac.uk>
- Date: Tue, 12 Jan 1993 07:18:34 GMT
- Lines: 16
-
- amf@ecs.soton.ac.uk (Andrew Fountain) writes:
- > Can anybody tell me the format of strings in VB
- > so that I can pass them to and from C DLLs without
- > being limited to 255 characters. I want to know
- > the internal string format.
- > Thanks,
- Why you want to know that ????? Just use ByVal before your string variable
- and the string format will become ASCIIZ format.
-
- --
- ===============================================================================
- Yu-Fu Wu National Tsing-Hua University
- e-mail: yfwu@uz.nthu.edu.tw Dept. of Electric Engineering
- Hsin-Chu City, 300
- Like MS Visual Basic most! Taiwan, ROC
- ===============================================================================
-