KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzGetLastStrResult

The lzGetLastStrResult function resturns the value of the last string result in the current context.

char* lzGetLastStrResult(
   void
);

Parameters

   

None.


Return Value

   Returns the null-terminated string value of the last evaluated result.

Remarks

   See lzGetLastStrResultB for Visual Basic support.

Keep in mind that this call will not perform a type conversion on the last result. If the last expression evaluation did not have a string result, the value returned by this call will be meaningless. Call lzGetLastResultType to find out what was returned by the last evaluation.

If the current context is shared by multiple threads, there is no way to tell which thread produced the last result. This applies to the primary context and to any which you may create yourself.

Versions

   Introduced in Elzed 1.2.0
   This page describes the version of lzGetLastStrResult active in Elzed 2.5.0 (50: 2.5.0)

See Also

   Contexts


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy