diff options
Diffstat (limited to 'sc/inc/scfuncs.hrc')
-rw-r--r-- | sc/inc/scfuncs.hrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc index d88090aaee2e..8552e1c4420c 100644 --- a/sc/inc/scfuncs.hrc +++ b/sc/inc/scfuncs.hrc @@ -4301,6 +4301,16 @@ const TranslateId SC_OPCODE_EXPAND_ARY[] = NC_("SC_OPCODE_EXPAND", "The value with which to pad. The default is #N/A.") }; +// -=*# Resource for function HSTACK #*=- +const TranslateId SC_OPCODE_HSTACK_ARY[] = +{ + NC_("SC_OPCODE_HSTACK", "Appends arrays horizontally to create a larger array"), + NC_("SC_OPCODE_HSTACK", "Array"), + NC_("SC_OPCODE_HSTACK", "The first array to append."), + NC_("SC_OPCODE_HSTACK", "Array 2"), + NC_("SC_OPCODE_HSTACK", "Array 2, Array 3,... The following arrays to append. if an array has fewer rows, #N/A error will be returned in the additional rows."), +}; + // -=*# Resource for function TAKE #*=- const TranslateId SC_OPCODE_TAKE_ARY[] = { |