cancel
Showing results for 
Search instead for 
Did you mean: 

Create Text File via ByD

Former Member
0 Kudos

Hi Experts,

Now, I'm developing to generate Text file from ByD with action

I can generate text file but i can't write in the file, as can see code below

and the BO

Best Regards,

Thanarat

Accepted Solutions (1)

Accepted Solutions (1)

former_member200567
Active Contributor
0 Kudos

Hi Thanarat,

You can write to the content of Binary Object using Binary.ParseFromString() method.

e.g

var binaryObject: BinaryObject;

binaryObject.content= Binary.ParseFromString("1,2,3,4 \n 5,6,7,8");

Best Regards,

Fred

Former Member
0 Kudos

Hi Fred,

Thanks for your answer

Best Regards,

Thanarat

Answers (0)