Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare dll problem
Message
 
To
02/12/2009 09:24:10
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01437269
Message ID:
01437273
Views:
63
My 2 cent's to what Boris has suggested. You might need to allocate more space for the lcTest.

For example
lcTest = SPACE(100)
or
lcTest = REPLICATE(CHR(0), 100)

The description for this function possibly can give you the exact number of bytes. If this input parameter is a structure, after the function returns, the lcTest may contain some data about the device.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform