Jump to content

print_big_str_color() not working?


mrb

Recommended Posts

I'm not completely sure about this, but it seems that this function doesn't work. The reason I'm not comepletely sure is the that the script I'm testing still has 1-2 errors, and this seems to be one of them. I will locate it eventually, but I thought I'd ask in this forum about one of the likely candidates.

 

Has anyone used it, is it working for you?

 

Thanks,

 

mrb

Link to comment
Share on other sites

It is definitely not working.

 

I've received the 'unknown command print_big_str_color() on line 476'. BTW, my script has less than 230 lines.

 

This is one of the two remaining functions where integers can be printed (aside from the 2 debug print functions), so I'd really like it to be working.

 

Anyone else found this?

 

regards,

 

mrb

Link to comment
Share on other sites

Found the error. Typo in my code. Note to be put on the editor support area:

 

print_big_str_color Has Wrong Name

 

The call print_big_str_color is actually called print_big_str_num. It works exactly like print_big_str_color, as described in the editor documentation.

 

- Jeff Vogel

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...