|
|
|
|
|
DDEString (Function) In french: DDEChaîne Returns the information retrieved by DDERetrieve. Reminder The DDERetrieve function is used to retrieve a data item. This data is stored in DDEString.
DDEExecute(NumConnexion, "EXE1")
IF DDERetrieve(NumConnexion, "Item1") THEN
Info("La donnée récupérée est" + DDEString())
END
Syntax
<Result> = DDEString([<Connection ID>])
<Result>: Character string Retrieved information. <Connection ID>: Optional integer Connection identifier, returned by DDEConnect. If this parameter is not specified, DDEString uses the last connection handled.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|