This sample is located in \Samples\JDirect\Strings.
Description
Using the Sample
Key Project Files
Technologies Demonstrated
This sample shows how to pass strings using the String class and how to receive strings using the StringBuffer class.
To run the sample
Run Go.bat in the \Samples\JDirect\Strings directory.
This class contains methods that set the maximum size of the string buffer, write environment strings to the buffer, and return an array of strings (a list of all defined environment variables).
This sample shows how to: