How to do custom capture log?
-
So I need to do a custom log (better if it can be done in a file) like a:
user:pass
======Orders======
Order - Price
Next order - Next price
=======END========Is it possible to do something like this?
P.S. Orders and price is miscellaneous variable lists
-
Hi @Mirgulan
I don't think this is possible
-
Try:
UTILITY File "test.txt" AppendLines " user:pass \n ======Orders====== \n Order - Price \n Next order - Next price \n =======END======== \n"
Just substitute everything ya know it'll store everything and create a file test.txt you can change that also
-
This post is deleted!