Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: c4_angel
« on: July 05, 2017, 07:09:30 AM »

Ahhhhh...So careless...

Thank you very much!
Posted by: Mike1072
« on: July 05, 2017, 04:15:50 AM »

Code: [Select]
ACTION_PHP_EACH xxx AS a => b BEGIN
  PRINT ~%a_0% %a_1% %a_2% %b%~
END
Posted by: c4_angel
« on: July 05, 2017, 12:05:08 AM »

Hello folks.

I found ACTION_DEFINE_ASSOCIATIVE_ARRAY supports only key1 by now, I tried version 240 and 242.

E.g.
Code: [Select]
ACTION_DEFINE_ASSOCIATIVE_ARRAY xxx BEGIN
x, y, z => 111
END

ACTION_PHP_EACH xxx AS a => b BEGIN
PRINT ~%a% %b%~
END

And only print:
x 111

Does this issue exist, or my codes are incorrect?

Thank you.