|
| |
|
|
westy
Posts: 54 From: UK Status: offline
|
dim array - 4/29/2004 10:18:42
Hi I am trying to define an array using a variable as the numeric portion. <% Dim APFIN(CPFIN) %> Where <%CPFIn = cint(FP_FieldVal(fp_rs,"countpfin"))%> Can i do this using a variable? Do i need to define the size of array at all ? HELP Please not played arrays before.
< Message edited by westy -- 4/29/2004 15:19:21 >
_____________________________
WESTY
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: dim array - 4/29/2004 12:12:54
You'll probably have to 'redim' the array for a variable. Here is a good example: http://www.learnasp.com/learn/arrays2.asp Look at the bottom of the page where thy define an array then re-dim it. I rarely ever define my arrays 'cause I use getrows or split() to build my arrays and those functions do them by their nature.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|