The attached screen shot shows my EFS on the left working and on the right it has the same EFS but encrypted. The only change is that an unexpected symbol (an A with a hat on) has appeared in front of the symbol I'm using for the British Pound.
Can anyone tell me if I'm displaying the British Pound symbol incorrectly or if this is a bug with the encryption process.
drawText("At £" + PPP + " per pip = £" + (vtotal*PPP), BottomRow1, Color.lime);
On a separate (but related) subject, is there a way of formatting a number to look like a currency e.g. 7180 becomes 7,180.00 (ideally with a British Pound symbol £ before the 7)
Thanks everyone for your much needed help.
Can anyone tell me if I'm displaying the British Pound symbol incorrectly or if this is a bug with the encryption process.
drawText("At £" + PPP + " per pip = £" + (vtotal*PPP), BottomRow1, Color.lime);
On a separate (but related) subject, is there a way of formatting a number to look like a currency e.g. 7180 becomes 7,180.00 (ideally with a British Pound symbol £ before the 7)
Thanks everyone for your much needed help.
Comment