From 91128729ba5154b667ee81fc6e60fdc6d5c30756 Mon Sep 17 00:00:00 2001 From: jonpas Date: Mon, 8 Aug 2016 23:08:39 +0200 Subject: [PATCH] Improve stringRemoveWhitespace function header --- addons/common/functions/fnc_stringRemoveWhiteSpace.sqf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/addons/common/functions/fnc_stringRemoveWhiteSpace.sqf b/addons/common/functions/fnc_stringRemoveWhiteSpace.sqf index 2121f69ef4..47c9375d43 100644 --- a/addons/common/functions/fnc_stringRemoveWhiteSpace.sqf +++ b/addons/common/functions/fnc_stringRemoveWhiteSpace.sqf @@ -1,13 +1,15 @@ /* * Author: Glowbal - * Removes white spaces from string + * Removes whitespace from a string. * * Arguments: - * 0: stringA - * 1: stringB + * 0: String * * Return Value: - * copy of string + * String Without Whitespace + * + * Example: + * _stringWithoutWhitespace = ["String with whitespace"] call ace_common_fnc_stringRemoveWhiteSpace * * Public: Yes */