home > 比較編 > Delphi, PL/SQL, T-SQL, Ada > arithmetic and logic >

ForNext

Only Do What Only You Can Do

026. convert number to string

VBScript

JScript

Perl

PHP

Python

Ruby

PowerShell

Scala

F#

C

C++

C++Builder

VC++

C#

Java

Objective-C

D

VB

VB.NET

Delphi

Pascal

uses sysutils;
'value: ' + IntToStr(8)
'value: ' + FloatToStr(3.14)

Ada

PL/SQL

double pipe operator || converts numbers to strings automatically
cast(8 to text)
cast(3.14 to text)

T-SQL

関数型

inserted by FC2 system