Question : pass me a number and return the text

Hi experts, I need to do a function. NET c # which I will pass me a number and return the text, for example:myFunction (13.01) and give me back
TRECE PUNTO CERO UNO
The numbers vary from
13.00      TRECE
13.01      TRECE PUNTO CERO UNO
13.02      TRECE PUNTO CERO DOS
13.03      TRECE PUNTO CERO TRES
13.04      TRECE PUNTO CERO CUATRO
13.05      TRECE PUNTO CERO CINCO
13.06      TRECE PUNTO CERO SEIS
13.07      TRECE PUNTO CERO SIETE
13.08      TRECE PUNTO CERO OCHO
13.09      TRECE PUNTO CERO NUEVE
13.10      TRECE PUNTO DIEZ
13.11      TRECE PUNTO ONCE
.
.
.
19.98
19.99
20               VEINTE

Answer : pass me a number and return the text

Do you know how to process regular HTML form submissions? Then you can also process Acrobat form submissions: There are several options for you to choose from, the most straight forward one is to select the HTML form submission on the submit button's properties dialog.
How you would store the data is up to you, there is nothing in Acrobat that demands a special way to store data, you can decide what's right for your application. This can be in a database, but it could also be just a plain old CSV file - however I would strongly suggest a database.
Random Solutions  
 
programming4us programming4us