function takes integer returns string?
Moderator: Cheaters
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
function takes integer returns string?
Is there any direct function which will takes integer returns string? Or I have to create that kind of function myself?
-
- Legendary Genius
- Posts: 1311
- Joined: August 8th, 2007, 8:10 am
- Title: Legendary Genius²
- Location: St. George Utah
Re: function takes integer returns string?
Yea it's called I2S()
Computer Specs:
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: function takes integer returns string?
Integer type S2I,(string to integer)
just trying to make it backward.(integer to string)
thanks JJ
WHat say you Aero?
Any other option bisides I2S?
just trying to make it backward.(integer to string)
thanks JJ
WHat say you Aero?
Any other option bisides I2S?
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
Re: function takes integer returns string?
Didnt know what type of integer input / string output you wanted.
ex: 'I00S' --> "I00S"
ex: 'I00S' --> "I00S"
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: function takes integer returns string?
Actually I2S will do the thing I wanted.
Somehow I figured out another way to make what I wanted.
Anyway, thanks, guys.
Somehow I figured out another way to make what I wanted.
Anyway, thanks, guys.