上一個主題: RetrieveValue下一個主題: SetKey


return

return

從函數傳回「布林」、字串或不傳回任何項目。

範例:
MyFunction()
{
     /* 做某事 */
     return;
     /* 這絕不會發生 */
}