Difference between revisions of "IsStringEmpty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=IsStringEmpty
 
|name=IsStringEmpty

Latest revision as of 23:07, 5 October 2009

Determines if a string is empty.

int IsStringEmpty(
string sString
);
Parameters:
sString
The string which may be empty
Returns:

Returns TRUE if the string is an empty string, FALSE otherwise.

Source:

script.ldf

Description

Returns TRUE if the string sString is an empty string.