Get String
ASTER::Expression::General Functions::Get text
To obtain the string data stored in the memory management area of ASTER as a return value:
- Execute ASTER::Action::Set TEXT to update the string.
The size limit of the string that can be saved follows the specifications of CF25. Since CF25 is a Windows 32-bit application, the theoretical maximum memory allocated to the application is 2 GB.
For a 32-bit process, the maximum address space available per process is 4 GB, with the upper 2 GB (kernel virtual space) allocated for use by the system and OS, and the remaining lower 2 GB available for applications.
CF25 applications also require resources allocated for images, music, etc., so it is not possible to use the entire 2 GB for saving strings.
- Reference URL: 64-bit Programming for Game Developers (Microsoft)
Parameter: Noone
ExStrGet( "ASTER" )