Share

AcString::remove

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

AcString

Previous Declaration

AutoCAD 2024 and earlier

int remove();

History

AutoCAD 2025

Function now returns Adesk::Int32 instead of int.

Was this information helpful?