ginoplusio


Member since 11/07/2008

Website: http://www.barattalo.it

5 snippets

8224 profile views

6 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

You have not received any achievements.

ginoplusio's Recent ASP Snippets



« Prev 1 Next »
There are free exchange rates data that are easy to retrieve and parse, here is the code of a mini webbot written in ASP that goes out on Bank of Italy site, get the exchanges rates and print them.
2 708 posted 14 years ago by ginoplusio
asp function similar to php one, to truncate long words inside a string
1 734 posted 15 years ago by ginoplusio
show a table with data and his column name
2 796 posted 15 years ago by ginoplusio
function that return TrueVal if Condition is true else return FalseVal.
0 754 posted 15 years ago by ginoplusio
similar to php ereg_replace. You can pass this pattern [^A-Za-z0-9] and "" to remove from string non alphanumerical chars: s = ereg_replace("[^A-Za-z0-9]","",s) I use this function to clean input fields...
0 742 posted 15 years ago by ginoplusio
« Prev 1 Next »