<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] ===== PrintAllSp ===== ^Arguments^Result^Notation^ | | | [ - ] | === Description === Removes all values from the stack and prints them into a file. The values will be on a single line and **will** be separated by a space when printed. === Examples === foreach (Data d in stack) { DebugText.PrintMessage(this, sbu.ToString());