Contents
Articles
Behaviors
Books
Director News
Director Web Sites
FAQ
Games
Mailing Lists
News Groups
Project Examples
Reviews
Software
Tools
Useful Web Sites
Utilities
Xtras

Don't miss these
cXtraTransitions2
Create a Shortcut on desktop
VList Xtra
Vector Shape - Create Ellipse (Improved)
Check user's administrative privileges on NT platform
VdigXtra
cXtraStringGrid
Director Publications
PsychicParrot.com
Effector Set I for Alphamania
 

 

 

Behavior Convert Decimal to Comma (EU)

Added on 5/17/2005

 

Compatibilities:
D7 D8 D8_5 D9 Script

This item has not yet been rated

Author: Chunick (website)

This will convert the decimal in a number or string containing a number to the EU standard comma.

on decimalToEU (theInput)
  theInput = string(theInput)
  put "," into theInput.char[offset(".", theInput)]
  return theInput
end

 


Contact

MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA

Send e-mail