Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Max Parameters - Just Courious (like George the Monkey)
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00774200
Message ID:
00774258
Views:
24
Of course, your first loop go only from 1 to 27 :-)



>>I'm doing my app in vfp7 and it works with 43.
>>
>>Kirk
>
>i just did a simple test in vfp6 and i can get to 27 only:
>ParaList = ""
>FOR i=1 TO 27
>	IF EMPTY(ALLT(ParaList))
>		ParaList = ALLT(STR(i))
>	ELSE
>		ParaList = ParaList + ", " + ALLT(STR(i))
>	ENDIF
>ENDFOR
>
>ParaTest(&ParaList)
>
>FUNC ParaTest
>	LPARA ;
>		para1, ;
>		para2, ;
>		para3, ;
>		para4, ;
>		para5, ;
>		para6, ;
>		para7, ;
>		para8, ;
>		para9, ;
>		para10, ;
>		para11, ;
>		para12, ;
>		para13, ;
>		para14, ;
>		para15, ;
>		para16, ;
>		para17, ;
>		para18, ;
>		para19, ;
>		para20, ;
>		para21, ;
>		para22, ;
>		para23, ;
>		para24, ;
>		para25, ;
>		para26, ;
>		para27, ;
>		para28, ;
>		para29, ;
>		para30, ;
>		para40, ;
>		para41, ;
>		para42, ;
>		para43, ;
>		para44, ;
>		para45, ;
>		para46, ;
>		para47, ;
>		para48, ;
>		para49, ;
>		para50, ;
>		para51, ;
>		para52, ;
>		para53, ;
>		para54, ;
>		para55, ;
>		para56, ;
>		para57, ;
>		para58, ;
>		para59, ;
>		para60
>	FOR i=1 TO pcount()
>		?("para" + ALLT(STR(i)))
>	ENDFOR
>ENDFUNC
>
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform