function takes integer returns string?

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

function takes integer returns string?

Post by initialD »

Is there any direct function which will takes integer returns string? Or I have to create that kind of function myself?
User avatar
JJ2197
Legendary Genius
Posts: 1311
Joined: August 8th, 2007, 8:10 am
Title: Legendary Genius²
Location: St. George Utah

Re: function takes integer returns string?

Post by JJ2197 »

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
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Re: function takes integer returns string?

Post by Aero »

What kind of integer input/string output?
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

Re: function takes integer returns string?

Post by initialD »

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?
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Re: function takes integer returns string?

Post by Aero »

Didnt know what type of integer input / string output you wanted.
ex: 'I00S' --> "I00S"
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

Re: function takes integer returns string?

Post by initialD »

Actually I2S will do the thing I wanted.

Somehow I figured out another way to make what I wanted.
Anyway, thanks, guys.