Login Page - Create Account

Support Board


Date/Time: Sat, 13 Sep 2025 18:35:48 +0000



Post From: Potential Bug With sc.GetTradePosition?

[2024-05-20 08:58:45]
User431178 - Posts: 774

logMessage.Format("Current Position = %s", current_position); 

What is the data type of current_position?

%s is not correct, should be %i or %d, as it is an integer.