First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Katharine Brown | Website: http://www.greenbug.com/

The Steps:

Let's assume that you have a dollar amount stored in a variable called "price".

Step 1: Figure out how many characters (including the decimal point) are in your price:

 Set Variable: "/:priceLength" = MBLength(/:price) 

Step 2: Now you're going to loop through each character in price and check what it is:

   Set Variable: "/:n" = "0"
   Loop While (/:n < /:priceLength)
   	Set Variable: "/:n" = /:n + 1
   	Set Variable: "/:currentChar" = MBSubstring ( /:price, /:n, 1 ) 

Step 3: Then you're going to act based on what character it is you're dealing with. You'll create two variables: -

  1. beforePrice, which is the first chunk of your price (before the decimal point) - in other words, dollars
  2. afterPrice, which is the amount of cents (or nothing "")
   	If (/:currentChar ne "." and /:donePre ne "yes")
   		Set Variable: "/:beforePrice" = /:beforePrice & /:currentChar
   	Else If (/:currentChar eq ".")
   		Set Variable: "/:donePre" = "yes"
   	Else
   		Set Variable: "/:afterPrice" = /:afterPrice & /:currentChar
   	End If

Step 4: And once we've reached the end of the length of the price, we're done:

   End Loop

Step 5: Let's format the dollars. We don't really need to do anything, but if there are no dollars, let's make it a zero.

   Comment: ===================
   Comment: format dollars (pounds, whatever)
   If (/:beforePrice eq "" or /:beforePrice eq ".")
   	Set Variable: "/:beforePrice" = "0"
   End If
» Level Intermediate

Added: 2001-04-04
Rating: 7 Votes: 27
(10 being the highest)
» Author
No details available.
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.