The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Display input to a format
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
jawbreaker
Can you help me with message display or announce display format?
Thank you
mes "How much do you buy it?";
input .@price;
next;
mes "Buying Price: ^FF0000"+.@price+"^000000z";
// sample: if i input: 1000000
// This will display:
// Buying Price: 1000000z
// How can i make it to this format:
// Buying Price: 1m
// Buying Price: 1.1m
// Buying Price: 600k
// Buying Price: 1,000,000z
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.