anyKode Marilou Documentation
ContentsIndexHome
PreviousUpNext
CommandLine::ExistsValue

Testing if argument's value exists.

C++
static bool ExistsValue(xkode::lib::String Argument);
Parameters 
Description 
xkode::lib::String Argument 
[in] Argument's value to check. 

If argument exists and value is not empty, the return value is true. 

If argument does not exist, or if argument exits but its value, the return value is false.

ExistsValue is used to check if the specified arguments contains a value.

Documentation v4.7 (09/08/2010), Copyright (c) 2009 anyKode. All rights reserved.
What do you think about this topic? Send feedback!