C++
Adesk::Int32 remove();
Description
Remove all occurrences of whitespace anywhere in the string.
Returns
Number of characters removed. Zero if the string was not changed.
Links
Previous Declaration
AutoCAD 2024 and earlier
int remove();
History
AutoCAD 2025
Function now returns Adesk::Int32 instead of int.