Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Rotate Array clears data from variable
Command:
VALUE_TABLE=SRP_Array("Rotate", VALUE_TABLE)
See before and after command screenshot in debug.
Blank fields seem to be involved.
This is OI 9.4, and downloaded and installed the latest Utilities 2.0.1
Colin
VALUE_TABLE=SRP_Array("Rotate", VALUE_TABLE)
See before and after command screenshot in debug.
Blank fields seem to be involved.
This is OI 9.4, and downloaded and installed the latest Utilities 2.0.1
Colin
Comments
If you reverse this you should get the content.
Swap @FM with Char(13):Char(10) in VALUE_TABLE
Swap @VM with Char(9) in VALUE_TABLE
Call Set_Property("CLIPBOARD","TEXT",VALUE_TABLE)
srp_array missing from this table
Thanks, this RC fixes the issue, all displays as expected.