Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Help Lottogen

New Here ,
Apr 17, 2006 Apr 17, 2006
Hi I try to use the lottogen from macromedia, but can't find out how it work.
I try to run the cfm file and thats the message i have returned

"You did not define the parameters.
Please specify the highest number and game type. "

there is no information with the generator the only thing i found are the syntax but don't get it work

"<CF_LottoGen Number="9" Game="3"> <CF_LottoGen Number="29" Game="4"> <CF_LottoGen Number="49" Game="5"> <CF_LottoGen Number="49" Game="6"> <CF_LottoGen Number="49" Game="P"> "

where and how i have ro put one off this syntax.
Please help me i am complerly new to coldfusion.

Thanks for any help

Best regards

Hugo
354
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 18, 2006 Apr 18, 2006
Wouldn't know what to say until I've had a look at the tag. Where did you download the custom tag? I cannot find it on the Macromedia site.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 18, 2006 Apr 18, 2006
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 18, 2006 Apr 18, 2006
LATEST
In the British and German lottery/lotto, your hope would be to match the 6 numbers that the organizers draw from the pool 1,2,3,...,49. The following application of the custom tag will generate 6 random numbers for you to enter in the lottery:

<CF_LottoGen Number="49" Game="6">

In the Dutch lotto, one would hope to match the 6 numbers drawn from the pool 1,2,3,...,45. If I want the custom tag to suggest 6 numbers for me to enter in this week's lotto, I would then run

<CF_LottoGen Number="45" Game="6">

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources