Difference between revisions of "IsStringEmpty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m
 
(One intermediate revision by the same user not shown)
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.