Headers of function/query_function/procedure
QUERY_FUNCTION req_create_requirement_breakdown(
id,
description : STRING)
: BreakdownInfo;
LOCAL
result : BreakdownInfo;
root_part : plcs::representing_part;
asg_id : plcs::assigning_identification;
asg_descr : LIST OF plcs::assigning ...
Search found 2 matches
- Wed Sep 04, 2019 6:53 am
- Forum: XPX coding
- Topic: XPX code style
- Replies: 0
- Views: 264
- Wed Sep 04, 2019 6:40 am
- Forum: XPX coding
- Topic: xpfSizeOf vs EXISTS
- Replies: 1
- Views: 343
Re: xpfSizeOf vs EXISTS
The first case should be like this:
IF EXISTS(doc_rel_list) AND (SIZEOF(doc_rel_list) > 0) THEN
IF EXISTS(doc_rel_list) AND (SIZEOF(doc_rel_list) > 0) THEN