cancel
Showing results for 
Search instead for 
Did you mean: 

Business Service 3.2 - get the rows from a flat file into varables?

Former Member
0 Kudos

Hi masters,

I am facing the following issue:

There is a flat file and I would like to load its content to a variable.

Regards,

Slavi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found out how it can be done :

$V_Comand = 'more '||'[$$Source]'||'/CurrTabs_S.txt';

$V_Comand = replace_substr('[$V_Comand]','/','
');

$GV_Files = exec('cmd','[$V_Comand]',8);