String.Format("hallo %s you are number %d",...

marcel

Active Member
Licensed User
Longtime User
Hi,

Maybe I overlooked but I am looking for some function like this:

String.Format("hallo %s you are number %d",var1,var2)

Is this anyware available?
 

canalrun

Well-Known Member
Licensed User
Longtime User
Hello,
I uploaded something I wrote called Sprintf. It sort of mimics the "C" function. It does what you are asking.

Search the forum for Sprintf. Source and an example are included.

Barry.
 
Upvote 0
Top