|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.japisoft.formula.lib.Function
com.japisoft.formula.lib.standard.AbstractFunction
com.japisoft.formula.lib.standard.str.Strget
Extract a substring : strget : String, Start position from 1, End position starting from 1. Ex : strget( "ab", 1,2 ) = "ab"
More information at : http://www.japisoft.com
Field Summary |
Fields inherited from class com.japisoft.formula.lib.standard.AbstractFunction |
ANY |
Fields inherited from class com.japisoft.formula.lib.Function |
anyArguments |
Constructor Summary | |
Strget()
|
Method Summary | |
Variant |
evaluate(ListOfArgument args)
|
Methods inherited from class com.japisoft.formula.lib.standard.AbstractFunction |
getFirstArgument, getSecondArgument, hasDoubleArgument |
Methods inherited from class com.japisoft.formula.lib.Function |
getArgsType, getFunctionName, matchArgument, setArgsType, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Strget()
Method Detail |
public Variant evaluate(ListOfArgument args)
evaluate
in class Function
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |